Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for MongoDB #2

Open
garawaa opened this issue Sep 20, 2022 · 1 comment
Open

Please add support for MongoDB #2

garawaa opened this issue Sep 20, 2022 · 1 comment

Comments

@garawaa
Copy link

garawaa commented Sep 20, 2022

Please add support for MongoDB

@gerdwagner
Copy link
Member

gerdwagner commented Nov 19, 2022

SQuirreL is a client for SQL databases. MongoDB is not an SQL database. As far as I see there are two approaches:

  1. To write a Plugin for SQuirreL that allows to view and modify MongoDB-Data.
  2. 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:

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.

mongo2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants