update readme
This commit is contained in:
parent
d6f9a00277
commit
778db8b71f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
Globally unique sortable identifiers for SQLite!
|
||||
|
||||
# quick take
|
||||
Globally unique sortable identifiers for SQLite!
|
||||
|
||||
``` text
|
||||
$ sqlite3
|
||||
|
@ -67,8 +66,10 @@ This extension provides the following functions:
|
|||
|
||||
# how to use
|
||||
|
||||
If you want to use it as a SQLite extension:
|
||||
|
||||
* clone the repo
|
||||
* build it with `cargo build`
|
||||
* build it with `cargo build --features clib` (this builds the SQLite extension)
|
||||
* copy the resulting `libjulid.[so|dylib|whatevs]` to some place where you can...
|
||||
* load it into SQLite with `.load /path/to/libjulid` as shown at the top
|
||||
* party
|
||||
|
|
Loading…
Reference in a new issue