DropbaseHQ / dropbase

Dropbase helps developers build and prototype web apps faster with AI. Dropbase is local-first and self hosted.
https://www.dropbase.io/
Other
1.05k stars 26 forks source link

Support for NoSQL databases #1

Closed g1sbi closed 6 months ago

g1sbi commented 9 months ago

Is there any plan to support NoSQL databases like MongoDB?

jimmychanDB commented 9 months ago

You can technically import any python library (including PyMongo or others) into your dropbase directory. It's not as convenient as a native integration, but it should still work. Let me know if you need help doing this. For the time being, we plan to focus on SQL databases.