django ORM driver for rchain
Opened this issue · 2 comments
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.
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
@steverosstalbot I mentioned this goal when we were talking this morning.