Skip to content
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

Closed
Riverfount opened this issue Sep 16, 2022 · 0 comments · Fixed by #5
Closed

Create SQLite connection #1

Riverfount opened this issue Sep 16, 2022 · 0 comments · Fixed by #5

Comments

@Riverfount
Copy link
Owner

The goal of this issue is to create a SQLite connection, create a blog post table, and insert two new registers in it.

@Riverfount Riverfount changed the title Improve SQLite connection Create SQLite connection Sep 16, 2022
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
Riverfount added a commit that referenced this issue Sep 16, 2022
… sample registers. (#5)

— 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
Labels
None yet
Projects
None yet
1 participant