Creating Custom Postgres Data Types in Django

We set up database level checks on columns, create new composite data types, register new data types with psycopg2, and take a look at the Django Field class. Read more

Similar

Building a Django driver for Psycopg 3

One of the goals of the Psycopg 3 project is to make easy to port code developed from Psycopg 2. For this reason the creation of a Django backend (the module you specify in the settings as your database ENGINE) was a project with a double goal: (more…)

Read more »