DropbaseHQ / dropbase

Dropbase helps you build internal web apps with Python. The Dropbase self-hosted Worker securely interacts with your data within your own infra.

Home Page:https://www.dropbase.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for NoSQL databases

g1sbi opened this issue · comments

Is there any plan to support NoSQL databases like MongoDB?

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.