You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQuirreL is a client for SQL databases. MongoDB is not an SQL database. As far as I see there are two approaches:
To write a Plugin for SQuirreL that allows to view and modify MongoDB-Data.
To find a JDBC driver for MongoDB that translates MongoDBs data structures to those of SQL databases. There exist several approaches of this kind. Three examples are:
https://github.com/mongodb/mongo-jdbc-driver which works for MongoDB Atlas only.
Note: According to my tests this driver requires the database to be specified in the driver properties instead of the JDBC-URL, see attached screenshot.
In case you'd want to write a MongoDB Plugin for SQuirreL I'd much appreciate it and would be looking forward to your patches.
In case you find a MongoDB JDBC driver that works well for you please let me know and I'll add it to SQuirreL's drivers definitions.
Please add support for MongoDB
The text was updated successfully, but these errors were encountered: