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

Daniel Halasz: Databases, 2 weeks #346

Open
6 of 12 tasks
danielhalasz opened this issue Nov 17, 2021 · 1 comment
Open
6 of 12 tasks

Daniel Halasz: Databases, 2 weeks #346

danielhalasz opened this issue Nov 17, 2021 · 1 comment
Assignees

Comments

@danielhalasz
Copy link
Member

danielhalasz commented Nov 17, 2021

module repository

SQL

Tooling

  • TablePlus is a modern, native, and friendly GUI tool for several relational databases: SQLite, MySQL, PostgreSQL & more.
  • DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
  • SQLite Viewer is an online SQLite editor.
  • SQLite Editor by SQLite Tutorial is also an online SQLite editor, specifically for the Chinook sample database.
  • vscode-sqlite is a VSCode extension to explore and query SQLite databases.

SQLite & Node.js

@danielhalasz
Copy link
Member Author

Week 1

Check-In

I have successfully finished replacing the JSON "database" with a SQLite version and can read data from it. Next week I will implement the write & update functionalities. I have also tried using Mongo Atlas and to connect to a MongoDB database, and have managed to read from it too.

Sunday Prep Work

Learning about Bootstrap & React to boost the final project, if there will be time for it (I am an idealist :))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant