-
I propose changing how the hrana protocol handles interactive connections.
# How it currently works
Hrana-over-HTTP has become the _de facto_ protocol to interact with sqld. When a request is rec…
-
It would be nice to have support for MacOS and Windows
-
Some sqlite pragmas return a value. For example, `mmap_size` (running in sqlite shell):
```
sqlite> pragma mmap_size=1024;
1024
```
The libsql driver's `Exec` method fails with an "Execute re…
-
Right now, if I execute the following lines in the shell connected with a remote host (e.g. Turso):
```sql
BEGIN;
SELECT 42;
COMMIT;
```
, each of those statements are sent in a separate connect…
-
Update readme, and landing page to include new turso sponsor!
-
References user story #31
***Requires Task #32 to be completed first.***
Update how the Rust backend interacts with the database to pull the information.
Additionally, update the BookType type an…
-
The following minimal Axum code used to work with v0.31.0, but no longer works with the last version. I believe this is because the local client is [no longer `Sync` in v0.32.0](https://docs.rs/libsql…
-
This issue is a collection of Known issues and/or Un-fixable issues/bugs that have cropped up due to outside sources such as software or server hardware!
# Ongoing Issues
## `Network Error 500` …
-
It's a feature request.
I would like to request periodic database backups or database snapshots. It doesn't have to be fully automated, such as recovering from backups through a fancy UI, but I wo…
-
We use Viper for really simple local settings file, but the amount of dependencies it pulls is very large:
https://github.com/spf13/viper/issues/707
Let's consider using something else instead o…