In memory tests with libsql?
Do you guys know if there's a way to get this working with libsql?
I'm using turso, and was hoping to get the DB working in memory for local tests.
I have this
I'm just setting the DATABASE_URL in env and passing that through.
I'm basically doing the same thing as mentioned here JS API for generating CREATE TABLE sql? however I'm using libsql
I'm using turso, and was hoping to get the DB working in memory for local tests.
I have this
I'm just setting the DATABASE_URL in env and passing that through.
I'm basically doing the same thing as mentioned here JS API for generating CREATE TABLE sql? however I'm using libsql