1 parent efd7c75 commit f81e0ffCopy full SHA for f81e0ff
1 file changed
lua/nikero/config/sql_connections_example.lua
@@ -1,18 +1,18 @@
1
----@alias SqlsDriver
+--@alias SqlsDriver
2
---| "mysql"
3
---| "postgresql"
4
---| "sqlite3"
5
---| "mssql"
6
---| "h2"
7
8
----@class SqlsSshConfig
+--@class SqlsSshConfig
9
---@field host? string
10
---@field port? integer
11
---@field user? string
12
---@field passwd? string
13
---@field privateKey? string
14
15
----@class SqlsConnection
+--@class SqlsConnection
16
---@field alias? string Connection alias name.
17
---@field driver SqlsDriver
18
---@field dataSourceName? string Data source name.
0 commit comments