File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ The rest will be done by `BaseDriver` class.
137137### Implementing a JDBC Driver
138138
139139If there's existing JDBC Driver in place for Database of interest you can just create ` DbTypes ` configuration inside
140- [ cubejs-jdbc-driver/driver/JDBCDriver.js ] ( https://github.com/statsbotco/ cube. js/blob/master/packages/cubejs-jdbc-driver/driver /JDBCDriver.js#L31 ) .
140+ [ cubejs-jdbc-driver/driver/JDBCDriver.ts ] ( https://github.com/cube- js/cube/ blob/master/packages/cubejs-jdbc-driver/src /JDBCDriver.ts ) .
141141Most of the time no additional adjustments required for base ` JDBCDriver ` implementation as JDBC is pretty standard.
142142In case you need to tweak it a little please follow [ Implementing Driver] ( #implementing-driver ) steps but use ` JDBCDriver ` as your base driver class.
143143
You can’t perform that action at this time.
0 commit comments