Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

v0.1.0 Alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@dgllghr dgllghr released this 30 Jan 11:45
· 19 commits to main since this release
v0.1.0-alpha.4
dc52813

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.