Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRun without an active database #1606
Comments
weiznich
added
the
question
label
Apr 3, 2018
This comment has been minimized.
|
Using the |
This comment has been minimized.
jneumann
commented
Apr 5, 2018
|
If I'm understanding the documentation correctly, |
This comment has been minimized.
|
Yes. In your case that's probably a |
This comment has been minimized.
jneumann
commented
Apr 26, 2018
|
I kind of forgot I opened this issues. Thanks for the help, you guys rock! |
jneumann
closed this
Apr 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jneumann commentedMar 29, 2018
I'm attempting to write a library so that I can use it as a backend for a text editor that I am working on. The details of this project are irrelevant, but I would like to use sqlite as a file format. I'm running into issues when I am setting up migrations (I'm guessing I will run into further issues along the way), because I do not have a database created when the library is initially loaded. I started to look at the CLI source code to see if I could figure out what it was doing. Since that is a general purpose tool, there is a lot of code that I don't need for this project.
Is there a documented way to write a program that creates a database from scratch programatically?