Mongo adapter feasibility #402
thinkingerrol
started this conversation in
Ideas (Feature Requests)
Replies: 1 comment
-
Never used Mongo. However, our requirements are:
Right now there is additional limitation that the data table can only display rows of height 1, meaning that multiline json docs would not be displayed well in the table. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm old school and feel comfortable with SQL but kind of shudder a little every time I have to query a NoSQL DB such as the MongoDB.
Just found out that MongoDB can in fact be queried with SQL:
https://studio3t.com/knowledge-base/articles/sql-query/
Do you guys think that a mongo adapter for harlequin might be technically feasible, and would you agree that it makes sense?
edit: In any case, Harlequin is awesome, I've heard about it on HN some days ago and I'm very successfully using it already with SQLite and PostgreSQL. It was super easy to install and get going, the F1 help is awesome and keyboard navigation is super intuitive so I got immediately very productive with it.
Beta Was this translation helpful? Give feedback.
All reactions