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

Releases: proofrock/sqliterg

v0.18.0

05 Dec 07:38

Choose a tag to compare

Changelog

  • [Issue #1] Implement positional parameters for SQL;
  • [Issue #2] Consider loading of sqlite extension on startup. (or load_extension statements in macro);
  • Library updates.

Builds

OS x86_64 aarch64 bundled dynamic
linux X X X X
macos X X X X
windows X X
  • bundled builds include sqlite (v3.44.0) 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

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.

v0.17.1

03 Oct 18:23

Choose a tag to compare

Changelog:

  • Aligned to the documentation (for the first time);
  • For backup and macros web services, the Content-Type header is not needed;
  • At authentication failures, wait 1 second;
  • Check for non-empty statement list in macros;
  • Check that the backup directory is not the same as the database file;
  • Library updates.

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.

v0.17.0

01 Oct 20:55

Choose a tag to compare

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.

Version 0.0.2

27 Sep 09:00

Choose a tag to compare

Version 0.0.2 Pre-release
Pre-release

Second release, compiled statically with a bundled sqlite 3.41.2. Should work across distros.

Docker images are here: based on Alpine, compiled dynamically. x86_64/armv7/aarch64 are supported.

Please report any issue, if you can.

Version 0.0.1

17 Sep 18:44

Choose a tag to compare

Version 0.0.1 Pre-release
Pre-release

First (very pre-) release, compiled against the system sqlite3. Guaranteed to work only on Debian x86_64, with a fairly recent libsqlite3 installed.

Docker image (based on Alpine).

Please report any issue, if you can.