Tag: Sqlite
Showing all entries and posts with tag "Sqlite"
Other Posts
An encrypted vault in Go
Combining terminal password input, encryption at rest, and a SQLite snapshot into a vault that lives in RAM and exists on disk only as an encrypted blob.
SQLite in RAM: serialize and deserialize in Go
Running SQLite entirely in memory and taking a snapshot of the database bytes with serialize/deserialize, using the modernc.org/sqlite driver.
Triggers in SQLite
SQLite triggers to automate actions like updating timestamps