add code
This commit is contained in:
Minh VU
2024-12-03 13:24:32 +01:00
parent b1cff3ea7c
commit 091cbc8995
8 changed files with 132 additions and 3 deletions

6
MonetDB.py Normal file
View File

@@ -0,0 +1,6 @@
import pymonetdb
connection = pymonetdb.connect(username="monetdb", password="monetdb", hostname="localhost", database="demo")
# create a cursor
cursor = connection.cursor()