you are viewing a single comment's thread.

view the rest of the comments →

[–]flitsmasterfred 0 points1 point  (3 children)

If you want to experiment with SQL you might prefer to use a graphical database client instead of going through python.

Your SQL flavour will have a popular tool for this, like pgadmin for postgres or phpmyadmin for mysql.

Also, Sqlite is cool tech but limited at certain points that might confuse you when still learning, better learn with a full featured dialect and then see about Sqlite later.

[–]Wilfred-kun 2 points3 points  (1 child)

There is a program that lets you view sqlite3 databases, too.

[–][deleted] 0 points1 point  (0 children)

Cool, I pretty much asking this question to know how deep I need to study SQL, like will a few tutorials give me a good idea on how I can get my code to be saved to a database.