Glauber Costa
Glauber Costa
@elcallio
We have a drop-in replacement API, but it doesn't support any of the networking bits that are the ultimate reason behind people wanting this. The better path would be based...
Hey, thanks! I am not blocked and indeed I am using private versions. I would like to move back to using your upstream eventually, so this is mostly so we...
I wrote a PoC of this, in a way that I think it would work: https://github.com/libsql/sqld/compare/main...glommer:sqld:transactions The idea is that we don't try to be overly smart: `BEGIN DEFERRED` still...
https://github.com/gwenn/lemon-rs/issues/30
@jmwoliver you don't run sqld pointing to a sqlite file, it has to be an empty directory. There are differences in the file to account for the wal replication. To...
sqld could allow marking tables as protected, without protecting any, and then turso-api could, on database creation, protect the ones we care about.
@jmwoliver dump the sqlite file to a file, for example: ``` sqlite3 test.db SQLite version 3.37.0 2021-12-09 01:34:53 Enter ".help" for usage hints. sqlite> .schema CREATE TABLE foo (var text);...
hey @jmwoliver , I just pushed this: https://github.com/chiselstrike/turso-cli/pull/356 It uses a not-yet-merged API to seed a database. The syntax we landed on was `db create --from-file`. We believe - but...
@jmwoliver btw, this is not deployed yet because we are having some issues - hopefully just environment, so should be done soon - with fly.io. But the limitation is a...