API ReferenceΒΆ

This part of the documentation focus on the API for accessing and using the database. It documents what objects the database contains, and how you can interact with them.

Publics uses Django ORM to build, maintain and query a Postgres database. This has two immediate consequences:

  1. If you don’t know python/Django but you know SQL, you can access it remotely (see Database).
  2. If you don’t know SQL, but you know Python and/or Django, you can take advantage of this API (see Asking questions to the database)