DBPlot (Database and CSV Plot)
Plot your data in seconds (MsSQL, MySQL, PostgreSQL, SQLite, CSV)
User Ratings
Featured Reviews
Most Helpful Positive Review
Hey, thanks for such a handy tool. Could you make csv files queriable? It would be more helpful if the query editor has syntax highlighting capability. I'm considering moving my csv files to a small n easy-to-carry database for doing some simple analysis. Gonna root for SQLite cuz the description says your tool does support it right?
Most Helpful Negative Review
The database part does not really work? I can see the tables but that is it. Did I miss something?
Express yourself: log in to write a review.
User Reviews
-
Hey, thanks for such a handy tool. Could you make csv files queriable? It would be more helpful if the query editor has syntax highlighting capability. I'm considering moving my csv files to a small n easy-to-carry database for doing some simple analysis. Gonna root for SQLite cuz the description says your tool does support it right?
-
Good job!
-
The database part does not really work? I can see the tables but that is it. Did I miss something?
-
Hi smrdko, If you are using MySQL, you should be able to: double left click to see the list of columns in a table, right click->select to select all the data in a table. If you know SQL language, you basically can write any queries (select, insert, update, etc.) and execute it.