5 ms·
How are you using dbos with SQLite? The docs say its a Postgres library
by bbkane 20d ago
How are you using dbos with SQLite? The docs say its a Postgres library
- a_poliakov 19d agoHello, I'm from DBOS. Our Golang and Python SDKs support SQLite as well as Postgres.
- bbkane 19d agoInteresting, it's not mentioned anywhere in the https://github.com/dbos-inc/dbos-transact-golang https://github.com/dbos-inc/dbos-transact-golang README. By contrast, Postgres is mentioned right at the top. I recommend updating the README to mention SQLite somewhere, with maybe a link to https://docs.dbos.dev/golang/reference/configuration#using-sqlite https://docs.dbos.dev/golang/reference/configuration#using-s... ?