Releases: proofrock/sqliterg
v0.18.0
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
brewon 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
Changelog:
- Aligned to the documentation (for the first time);
- For backup and macros web services, the
Content-Typeheader 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
brewon 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
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
brewon 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
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
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.