sqld
sqld copied to clipboard
"Error: failed to checkpoint database while recovering replication log" when reading sqlite3 db
If you use to sqld to create a database file, you can query it with sqlite3 no problem. If you use sqlite3 to create the file, sqld hangs with that message at startup.
Please specify @CodingDoug what "reading sqlite3 db" means exactly
To be more specific:
# Create db file
$ sqlite3 test.db
# Try to get sqld to use the file directly
$ turso dev --db-file test.db
...
Error: failed to checkpoint database while recovering replication log