Hacker News new | ask | show | jobs
by sngz 819 days ago
Sqllite
1 comments

With what GUI? It needs to be usable for people considering Excel is a challenge. Honest question.
DBeaver has an Excel-ish interface for SQL. The usual rows and columns layout, you can double click a cell to edit it.

You do have to Save to flush the changes to the DB though, and the errors when queries are wrong or whatever are hard to read. Your users will likely be totally unable to grok the errors. I work in IT and it's somewhat difficult for me because of the chain of error handlers (SQL -> Java error type -> Java error -> display to user; there's a lot of Java stuff mixed into your SQL errors).

I know of no easier way to quickly release a very usable gui on top of a standard relational database then Elixir/Phoenix.