Would this work with SQLite? #108
Unanswered
markiemarkus
asked this question in
Q&A
Replies: 1 comment
-
|
The problem is with sqlite not supporting schemas. Removing them like this worked for me: |
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.
-
How would this work for setup say using the SQL lite provider?
Tried a couple of varations but can't get passed the startup
builderServices.AddDbContext(opt => opt.UseSqlite("data source=Scheduling.db")
Beta Was this translation helpful? Give feedback.
All reactions