Skip to content

ceopaludetto/sqlite-xid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XID for SQLite

Thin glue to use XID in SQLite. It combines the following packages:

Building

Just run:

cargo build

Testing

  1. Initialize the database:
sqlite3 :memory:
  1. Load the extension:
.load target/debug/libsqlite_xid
  1. Test:
select xid();