Skip to content

Commit 800d231

Browse files
committed
Notices
1 parent 6f088b9 commit 800d231

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.16.5
2+
*2025-08-06, Venice*
3+
4+
- SQLite 3.50.3
5+
- Library updates
6+
17
## v0.16.4
28
*2025-04-21, Venice*
39

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# 🌱 ws4sqlite
22

3-
> _A bit of status report. The `ws4sql` [fork](https://github.com/proofrock/ws4sqlite/tree/fork/ws4sql) (to integrate `duckdb` alongside `sqlite`) is unfortunately stuck, because I cannot get the new 1.2.0 duckdb version to compile statically as the old version used to. Also unfortunately, in the last year or so my time is severely limited, and I am not able to dedicate personal resources to this project. So any hiccup (as the one I described) becomes a major showstopper. 😒 I am sorry about the situation, I will continue maintaining this branch and attempting to go on with the other, too._
4-
5-
> _If you find this project useful, and can help, please let me know. I could use some help right now 😊._
3+
> _A bit of status report. The `ws4sql` [fork](https://github.com/proofrock/ws4sqlite/tree/fork/ws4sql) (to integrate `duckdb` alongside `sqlite`) is back on track, hopefully to be released "as soon as" the documentation is in good shape._
64
75
**`ws4sqlite`** is a server application that, applied to one or more sqlite files, allows to perform SQL queries and statements on them via REST (or better, JSON over HTTP).
86

@@ -58,7 +56,7 @@ Obtaining an answer of
5856

5957
[Docs](https://germ.gitbook.io/ws4sqlite/), a [Tutorial](https://germ.gitbook.io/ws4sqlite/tutorial), a [Discord](https://discord.gg/nBCcq2VQPu).
6058

61-
- Aligned to [**SQLite 3.49.1**](https://sqlite.org/releaselog/3_49_1.html);
59+
- Aligned to [**SQLite 3.50.3**](https://sqlite.org/releaselog/3_50_3.html);
6260
- A [**single executable file**](https://germ.gitbook.io/ws4sqlite/documentation/installation) (written in Go);
6361
- HTTP/JSON access, with [**client libraries**](https://germ.gitbook.io/ws4sqlite/client-libraries) for convenience;
6462
- Directly call `ws4sqlite` on a database (as above), many options available using a YAML companion file;

0 commit comments

Comments
 (0)