DaveMcBlame
DaveMcBlame

Reputation: 3

How do I understand, create, and use SQL tables

I'm using VS Code with the extension called "SQlite3 Editor". I've genuinely had to rely on the GitHub Copilot for making a script to generate the .db table and I don't want to have to rely on that. I want to know how to make them with this extension or a different one if it has more and better use case scenarios.

For example what I've been using the tables that were generated for are User ID's, encrypted passwords, Username, and Image name for their profile.

I want to know how to use and create them properly so I can work quicker and know what is exactly going on. What value is being called and how it's being used and where it's being sent. To help specify what is reading the .db files, it's Python as it's the current language I know the most and trying to be proficient in.

If you think a specific extension is better than the one I'm using please explain why. Is it more beginner friendly? Is it Outdated or Updated frequently? Is it widely used or a select group of people? Is there adequate documentation about it's use?

Upvotes: -3

Views: 27

Answers (0)

Related Questions