Init
add code
This commit is contained in:
6
MonetDB.py
Normal file
6
MonetDB.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import pymonetdb
|
||||
|
||||
|
||||
connection = pymonetdb.connect(username="monetdb", password="monetdb", hostname="localhost", database="demo")
|
||||
# create a cursor
|
||||
cursor = connection.cursor()
|
||||
Reference in New Issue
Block a user