0
SQL interpreter
Please, say me a free app, where I can program in SQL and run my code. I want to do my database, which I can save and edit.
3 Respuestas
+ 1
Thank you, Tibor Santa! I will try it later
0
I want to work on Windows. And I want to work with SQL, not Python. I know Python but I want to write request in SQL, like
SELECT * FROM db
WHERE id = 134;
So, can you say me app for this problems, please.
P.S. If you now an app for working on Windows with DB in Python, please, say it me, too
0
https://dbeaver.io/
Dbeaver is a free multiplatform database tool. You can use it with a variety of SQL databases. As the most simple option you can use it with SQLite that will just create a file on your filesystem to store your data. Or you can install any database engine like PostgreSQL or MySQL or whatever.