Add oracledb model

This commit is contained in:
Sylwia Budzynska
2022-10-13 18:08:47 +02:00
parent c33dd8fd4b
commit e291d61bc7
7 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
import python
import experimental.meta.ConceptsTest

View File

@@ -0,0 +1,5 @@
import oracledb
connection = oracledb.connect(user=u"username", password="password", dsn="connectstring")
cursor = connection.cursor()
cursor.execute("some sql") # $ getSql="some sql"