Get the latest tech news
Show HN: Embed an SQLite database in your PostgreSQL table
Embed an SQLite database in your PostgreSQL table. AKA multitenancy has been solved. - frectonz/pglite-fusion
Executes a SQL query on a SQLite database stored as a binary object and returns the result as a table of JSON-encoded rows. Executes a SQL statement (such as INSERT, UPDATE, or DELETE) on a SQLite database stored as a binary object. The updated SQLite database is returned as a binary object, allowing further operations on it.
Or read this on Hacker News