Replies: 1 comment
-
I switched to using sqlite://cu.db and that creates the db but I get a new error "called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create and connect to a sqlite db for first time. The url path is file://cudb.db and the code is below. The code fails at connect_with as "invalid uri authority: cu.db". The cu.db file does not exist I am trying to create it and connect. What should I be doing?
Beta Was this translation helpful? Give feedback.
All reactions