Update
Update
This commit is contained in:
10
main.py
10
main.py
@@ -20,5 +20,11 @@ if __name__ == '__main__':
|
||||
#PostgreSQL
|
||||
#create_tables_postgres()
|
||||
#create_data_postgres()
|
||||
str="""SELECT * FROM public.flights WHERE airline = 'AA'"""
|
||||
requete_lecture_postgres(str)
|
||||
requete_postgres(str)
|
||||
|
||||
#MonetDB
|
||||
conn, cursor =connect_monetdb()
|
||||
create_table_monetdb(cursor)
|
||||
create_data_monetdb(cursor)
|
||||
requete_monetdb(cursor, str)
|
||||
disconnect_monetdb(conn, cursor)
|
||||
|
||||
Reference in New Issue
Block a user