update readme

This commit is contained in:
Joe Ardent 2023-07-26 18:39:00 -07:00
parent d6f9a00277
commit 778db8b71f
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,5 @@
Globally unique sortable identifiers for SQLite!
# quick take # quick take
Globally unique sortable identifiers for SQLite!
``` text ``` text
$ sqlite3 $ sqlite3
@ -67,8 +66,10 @@ This extension provides the following functions:
# how to use # how to use
If you want to use it as a SQLite extension:
* clone the repo * 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... * 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 * load it into SQLite with `.load /path/to/libjulid` as shown at the top
* party * party