
SQL Database Front End that lets you read and edit records without handing out a database client. Connect your database. Control who sees what. Self-host it.


.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
A safe surface over a SQL database for reading and editing records, replacing shared credentials and a query tool on someone's laptop.
It removes the need for them. People work through defined views and forms rather than writing SQL, so an unbounded update against production is not a mistake that is available to make.
Yes, where the builder chooses to. A query can back a view while the person using that view never writes one.
Yes, with the user, the time, the record and the previous value. That is the difference between an edit you can investigate and one you can only discover.
Yes. One interface can read from more than one database, and from APIs alongside them, without the user needing to know where anything lives.