Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create the table schema in the database and create relevant indexes.
acreate_tables( connection: psycopg.AsyncConnection, table_name: str, ) -> None