We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zulip stores data in postgres via the django ORM. The django ORM has drivers for mysql etc. too. How about one for RChain?
This came up in a brainstorm with @leithaus a few days ago.
The text was updated successfully, but these errors were encountered:
some research:
Databases | Django documentation | Django https://docs.djangoproject.com/en/3.0/ref/databases/#third-party-notes
https://github.com/django/django/tree/master/django/db/backends/sqlite3 https://github.com/django/django/tree/master/django/db/backends/dummy
https://github.com/primal100/django_any_backend
How to write custom database adapter for django using JDBC drivers? - Stack Overflow https://stackoverflow.com/questions/37708696/how-to-write-custom-database-adapter-for-django-using-jdbc-drivers
Django ORM - Full Stack Python https://www.fullstackpython.com/django-orm.html
Django under the hood: custom database backends - Michael Manfre - Reinout van Rees https://reinout.vanrees.org/weblog/2016/11/04/database-backends.html
Sorry, something went wrong.
@steverosstalbot I mentioned this goal when we were talking this morning.
No branches or pull requests
zulip stores data in postgres via the django ORM. The django ORM has drivers for mysql etc. too. How about one for RChain?
This came up in a brainstorm with @leithaus a few days ago.
The text was updated successfully, but these errors were encountered: