Piotr Jastrzębski
Piotr Jastrzębski
``` → select count(*) from sqlite_master; COUNT (*) 10 ``` sqlite returns `COUNT(*)`. Notice no space between `COUNT` and `(*)`. This breaks integration with some tools and frameworks. See https://github.com/libsql/libsql-client-go/issues/76...
According to documentation this mode can increase database performance: https://www.sqlite.org/sharedcache.html My tests showed improvement both when using 1 client and 100 clients. For sigle client the throughput increased by 14%....
Support `PRAGMA foreign_keys = off`, `PRAGMA foreign_keys = on` and `PRAGMA foreign_keys` in Hrana
This will enable integration with https://atlasgo.io/
The build breaks with: ``` > cargo build --message-format=json | npm exec neon dist Compiling libsql-js v0.3.12 (/home/haaawk/libsql-js) error: No artifacts were generated for crate libsqlibsql-js error: Broken pipe (os...
Libsql does not have `bool` datatype but code in Golang can do something like this: ``` var ok bool if err := rows.Scan(&ok); err != nil { return err }...
Many people I showed the application to got confused by the Regional results. Most of them started to understand what's going on only after I explained that Regional is a...

``` $ ls -la ~/.turso total 56672 drwxr-xr-x 2 dante users 4096 Jun 25 17:27 ./ drwx------+ 46 dante users 4096 Jun 23 11:26 ../ -rw-r--r-- 1 dante users 1867...