databases-orm

600 threads · Page 1 of 12

Using one db for 5.2 and 2.2 2 messages
ORM PostgreSQL
Speeding up initial migration 3 messages
PostgreSQL Migrations
Django bulk_update very slow. 6 messages
PostgreSQL ORM
Creating something like an Oracle View in the Django ORM 5 messages
ORM PostgreSQL
How to migrate an inherited model into being abstract? 35 messages
PostgreSQL Migrations
How do I do DB indexes on 2 columns? 2 messages
PostgreSQL ORM
Lateral Joins Postgres 6 messages
ORM PostgreSQL
Decimal() in a choice field 6 messages
PostgreSQL
Is there a way to explicitly lazy-load a Model field in the async ORM? 5 messages
ORM
Extending the migration auto-detection 10 messages
Migrations
Cache querysets in Modelforms? 6 messages
ORM
Django with mongo 3 messages
ORM Other database
How to create an open-ended/reorganizable ranked list? 34 messages
MySQL
pgbouncer and gunicorn optimization 2 messages
PostgreSQL
Database Logic confusion 13 messages
ORM SQLite
Question about ThreadPoolExecutor and leaking connections 18 messages
ORM PostgreSQL
Doubt 2 messages
ORM
uuid django.db.utils.IntegrityError 13 messages
ORM Migrations
Issue with a MRO while migrating 3 messages
SQLite Migrations
Thoughts on deleting apts on location delete 20 messages
PostgreSQL
External library depending on django 22 messages
ORM PostgreSQL
Bulk update of objects, set col a to value of col b 5 messages
PostgreSQL ORM
Multi-tenancy and Postgresql RLS 7 messages
PostgreSQL
How could we use `QuerySet.values_list` with `aiterator`? 4 messages
ORM
How to use very the multitenancy Django 9 messages
ORM PostgreSQL Migrations Other database
Unable to find the cause of deadlock 17 messages
PostgreSQL ORM
How to use gist_trgm_ops with Django 5 messages
ORM PostgreSQL
Weird Coalesce group by 2 messages
ORM
what will be the strategy to create and keep backup database in django 6 messages
PostgreSQL
What is the recommended method for accessing information between models? 5 messages
ORM SQLite
Mongo is too slow to delete records after TTL 9 messages
Other database
Pass literal ID instead of object of Foreign Key 12 messages
ORM PostgreSQL
Why does Django create an inner join when an existing left join exists 3 messages
ORM
Has Anyone Migrated a Django App's DB from MySQL to Postgres? Any tips? 16 messages
PostgreSQL MySQL
Convert a PostgreSQL query to QuerySet? 2 messages
PostgreSQL ORM
Programming Error on listing User if database is empty 8 messages
ORM PostgreSQL
Evaluating querysets inside an asyncio event loop 7 messages
ORM
Updating multiple fields 11 messages
PostgreSQL ORM
Can I make a `RemoveField` migration step reversible by adding a default? 5 messages
Migrations
fixtures to data migrations 10 messages
Migrations
Is there a way to use bulk_create with F at all? 11 messages
PostgreSQL ORM
List all models where a model is a foreign key of 9 messages
ORM
Related of related? 6 messages
ORM PostgreSQL
Does the Django ORM ever use a "probe" query when doing prefetch related? 5 messages
ORM
How to connect Django to an existing database with preloaded data? 5 messages
ORM Migrations PostgreSQL
Database change not reflecting on next loop iteration 9 messages
SQLite ORM
Help integrating DevDb 14 messages
PostgreSQL MySQL SQLite MariaDB
What's the cleanest way to enforce a maximum on the number of instances of a model? 25 messages
ORM PostgreSQL
table does not exist 18 messages
PostgreSQL Migrations
ORM vs Raw SQL for Postgres Window Function 4 messages
ORM PostgreSQL