createclass library

Functions

createMOdel(String dbType) Future
createPostgresTable(Map fields, String tableName, String dbName, String host, int port, String username, String password) FutureOr
createSqliteTable(Map fields, String tableName, String dbName) FutureOr
main(List<String> args) → void