Skip to main content

Tables

Tables are native PostgreSQL databases. With them you may store and query data directly from inside your projects, with safe and easy integration.

Use the "Tables" tab at the Cloud Console to create and configure tables visually.

Abstra provides a Python library to interact with your tables from your scripts. You can use it to create, read, update and delete data, as well as to run queries. Check the Tables SDK reference for more details.

Editor and cloud environments have access to the same tables. You can create and manage tables in the Cloud Console and use them in your scripts.