app
app copied to clipboard
Efficient Database IDE
Right now, the are just a few single-char comparator implemented into autocomplete I thought of implement all of them (there a plenty for PostgreSQL) so let me know if you...
To be transparent, the feature of converting the entire database, tables, and columns to a certain collation is only available on MySQL due the complexity to implement on other server...
Right now, the export feature on query result, export the entire data set Tell me if you need an option to export specific row, once results are shown
Initially, WebDB was designed for developers, so the need of user managment for each databases system was limited Upvote if you need this
After starting app with docker pull webdb/app && \ docker rm -f $(docker ps -a -q --filter ancestor=webdb/app) webdb || echo && \ docker run --name webdb -d \ --restart=always...
What the title says.
Error loading database because there is an error in mysql procedure This is the error log from docker logs: webdb-1 | 3306 sales show create procedure `maxmemoryused` webdb-1 | This...
Hello everybody! I would like to know if there is any chance of offering support for Oracle DB?
I have create connection to connect to MySQL the connection is successful but it does not retrieve list of databases. In short is keeps failing.
After testing a SSH tunnel connection, the main entry page is stuck on rescaning connection. Restarting the Docker container does nothing useful. The logs: This error originated either by throwing...