Channels
announcement
contributors
github
questdb-linen
random
users-market-data
users-public
Powered by
Title
j
Jetsukda Janthornthao
02/23/2023, 8:12 AM
Can QuestDB create a table by putting data from psycopg2 in it?
a
Alex Pelagenko
02/23/2023, 8:29 AM
You can run create table, yes. You can't import CSV though
a
Amy Wang
02/23/2023, 9:15 AM
I am in the process of updating psycopg2 code snippet to psycopg3 but for now the Python snippet in this section shows an example with psycopg2:
https://questdb.io/docs/develop/update-data/#postgres-compatibility
j
javier ramirez
02/23/2023, 4:02 PM
I just gave you a more extended reply at
https://stackoverflow.com/questions/75542178/create-a-table-by-putting-data-from-psycopg2-on-questdb/75547318#75547318
j
Jetsukda Janthornthao
02/24/2023, 9:36 AM
Ty
@javier ramirez
@Amy Wang
I decide to use REST API to import data from .csv file instead psycopg2
4 Views
#users-public
Join Slack