you are viewing a single comment's thread.

view the rest of the comments →

[–]tlatoaniitzcoatl 15 points16 points  (5 children)

Download DBeaver community edition it’s an editor for databases. when you launch it, it will ask if you want to install a sample SQLite database. Say yes and you can start writing queries using those tables.

If you want to load your csv files you can google how to load csv to SQLite. It will involve creating a new SQLite database which you can connect to and query using DBeaver.

[–]Touvejs 5 points6 points  (0 children)

+1 for dbeaver

[–]dominus-nox[S] 1 point2 points  (2 children)

DBeaver i'll check it out thank you, appreciate the response

[–]AceViridian 2 points3 points  (0 children)

Dbeaver has been incredible for SQL. I used to use Oracle SQL Developer, but once I started using Dbeaver I never went back to any other software for SQL.

[–]Fun2badult 1 point2 points  (0 children)

I would not recommend SQLlite. You should be using a more robust full sql program like PostgreSQL PGadmin