Skip to content

Commit 5ea7507

Browse files
Update SQL Code Block Prepend Tool.py
1 parent ccd9161 commit 5ea7507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQL Code Block Prepend Tool.py

+2
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@
6262
# Options: 'sql_server' or 'postgres'
6363
database_system = 'postgres' # Change this to 'postgres' / 'sql_server' as needed
6464

65+
# Example connection information
6566
# SQL Server connection parameters
6667
sql_server_config = {
6768
'server': 'DESKTOP-D324ETP\\SQLEXPRESS01',
6869
'database': 'mytest',
6970
'trusted_connection': 'yes'
7071
}
7172

73+
# Example connection information
7274
# PostgreSQL connection parameters
7375
postgres_config = {
7476
'database': 'test_db',

0 commit comments

Comments
 (0)