This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Releases: dgllghr/stanchion
Releases · dgllghr/stanchion
v0.1.0 Alpha 4
First official release. Supports creating tables and loading and querying data. Please report any bugs. Performance has been a secondary goal, but it will be a focus in future releases.
Note that because of how extensions are loaded in SQLite, the version number must come immediately after [lib]stanchion so the rest of the file name is ignored. Then SQLite will interpret the name of the extension to be stanchion (ignoring lib) and call the appropriate init function.