I haven't worked on DB backends, but I'm pretty sure you want to implement everything in db/backends/base
https://github.com/django/django/tree/master/django/db/backends/base
Also here is a page with some info and links to talks and concepts about writing a backend (slightly out of date, but should have most of the info you need)
https://reinout.vanrees.org/weblog/2016/11/04/database-backends.html
On Wednesday, July 18, 2018 at 5:32:09 PM UTC-4, Nuno wrote:
Hi,I'm starting to write a new database backend for a non-relational database, but I can't find any API specification that I should follow.Such API or any related documentation exists?Thank you,Nuno
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3f06814e-ff02-448d-8557-b947f1b1abaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment