vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

Fix version & add a function to report the commit sha used to create the binary #417

Closed tantaman closed 6 months ago

tantaman commented 6 months ago
rlwrap ./dist/sqlite3
SQLite version 3.42.0 2023-05-16 12:36:15
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> select crsql_sha();
53c08576a4b3c27a2423ff2b4143cdd38ff402f5
sqlite>