Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

v0.17.0

Choose a tag to compare

@proofrock proofrock released this 01 Oct 20:55
· 31 commits to main since this release

This release should be pretty stable.

Builds matrix;

OS x86_64 aarch64 bundled dynamic
linux X X X X
macos X X X X
windows X X
  • bundled builds include sqlite (v3.41.2) and don't have external dependencies. A bit slower but more convenient; linux builds are fully static so they should run fine across distributions;

  • dynamic builds are dynamically linked against the sqlite that is installed in the system. Use brew on macos and your linux distribution package system.

Dynamic builds are 30-40% faster, but may be more difficult to set up.

Docker images are here: based on Alpine, compiled dynamically (so, fast). x86_64 and aarch64 are supported. Sqlite 3.41.2.

Please report any issue, if you can.