The idea is for it to be useful for internal tools. You can just paste your connection string and it introspect your database to understand the tables and columns.
The actual data from the database never touches the server, for obvious reasons, and for inserts/updates it asks for confirmation of the changes before actually running the query.
You can try it out for free, so I would love some feedback.
The actual data from the database never touches the server, for obvious reasons, and for inserts/updates it asks for confirmation of the changes before actually running the query.
You can try it out for free, so I would love some feedback.