#34076 closed New feature (wontfix)

Native support for SurrealDB

Reported by: CDO, 6Storage, Founder, CreativeBrandGurus Owned by: nobody
Component: Database layer (models, ORM) Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

SurrealDB is a pandora box for database operations

Requesting to evaluate SurrealDB and provide native support in the upcoming version of django

Change History (1)

comment:1 by Tim Graham, 19 months ago

Resolution: wontfix
Status: newclosed

The backend should be built outside of Django as we're unlikely to add new backends to django.db.backends. For example, see discussion on the django-developers mailing list.

I've built a few third-party backends for Django (e.g. CockroachDB). If you're interested in sponsoring me, feel free to reach out.

Note: See TracTickets for help on using tickets.
Back to Top