Skip to content

Commit c759ad6

Browse files
committed
🆕 add sqls config workspace or root
1 parent b16e287 commit c759ad6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sqls.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"sqls": {
3+
"connections": [{
4+
"driver": "mysql",
5+
"dataSourceName": "user1:password1@tcp(localhost:3306)/sample_db"
6+
}]
7+
}
8+
}

0 commit comments

Comments
 (0)