-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SQLite connection #1
Comments
Riverfount
added a commit
that referenced
this issue
Sep 16, 2022
… sample registers. — It created a connection with SQLite Database. — It created a post table with the ID, title, content, and author if it doesn't exist. — It was inserted two sample registers in the new table. Closes #1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal of this issue is to create a SQLite connection, create a blog post table, and insert two new registers in it.
The text was updated successfully, but these errors were encountered: