Drizzle ORM 是一个无头(headless)的 TypeScript ORM,具有类 SQL 的查询 API 和关系查询 API。它轻量、高性能、类型安全、无依赖,专为 serverless 环境设计。
I hereby claim:
- I am alexwanng on github.
- I am foxlog (https://keybase.io/foxlog) on keybase.
- I have a public key whose fingerprint is 7A93 33B3 2E90 5C6B 57C3 DF63 6A4F F834 CCFD A77C
To claim this, I am signing this object:
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
2019-05-21 09:43:10
how to batch rename file with prefix in bash
for filename in *.pdf; do mv "$filename" "YOUR-PREFIX-NAME_$filename"; done;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// rust tools | |
| fn main() { | |
| get_variable_type(); | |
| } | |
| ///get any variable type | |
| fn get_variable_type() { | |
| //expected (), found reference | |
| let v: () = "hello world"; |
I hereby claim:
- I am foxlog on github.
- I am foxlog (https://keybase.io/foxlog) on keybase.
- I have a public key whose fingerprint is 7A93 33B3 2E90 5C6B 57C3 DF63 6A4F F834 CCFD A77C
To claim this, I am signing this object:
see here: http://bit.ly/2GSR6mh
git rm --cached <file>copy from here: http://bit.ly/2HcCZaA
This script goes through all git directories
;; recursively and executes "git gc" to each
NewerOlder