connect-sqlite3
connect-sqlite3 copied to clipboard
connecting to a already created db3
You can provide a path, but you cannot provide a db3 instance already created, which means you would need to have 2 different databases, since trying to connect to the other database path will make racing issues
if you have a chance to open a PR will accept changes.