You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(database): add DbContext and DbContextProvider classes #80
This commit adds the `DbContext` and `DbContextProvider` classes to the `GenSqlScriptBySelection.kt` file in the `exts/database/src/main/kotlin/cc/unitmesh/database/actions/` directory.
The `DbContext` class is a data class that holds information about the database version, schema name, and table names.
The `DbContextProvider` class is responsible for retrieving the columns of specified tables. It has a `getTableColumns` function that takes a list of table names and returns a list of column names from those tables.
0 commit comments