static_grpc/file_creator
library
Functions
-
createAdditionalFiles(PostgreSQLConnection connection, Map<String, DataField> record, {required String path, required bool schemaInName, required String packageName})
→ Future<bool>
-
-
createProjectAdditionalFiles(PostgreSQLConnection connection, {required String path, required String name, bool schemaInName = false})
→ Future<bool>
-
-
createProjectFiles(PostgreSQLConnection connection, {required String path, required String name, bool schemaInName = false})
→ Future<bool>
-
-
getChangelog()
→ String
-
-
getConnection(PostgreSQLConnection connection)
→ String
-
-
getDockerFile()
→ String
-
-
getProtoFileName(Map<String, DataField> record, bool schemaInName)
→ String
-
-
getPubSpec(String name)
→ String
-
-
getReadMe()
→ String
-
-
getSchemaName(Map<String, DataField> record)
→ String
-
-
getServer(String serverFileName)
→ String
-
-
getServerFileName(Map<String, DataField> record, bool schemaInName)
→ String
-
-
getServiceClassName(Map<String, DataField> record, bool schemaInName)
→ String
-
-
getServiceFileName(Map<String, DataField> record, bool schemaInName)
→ String
-
-
getServiceList()
→ String
-
-
getServicePath(Map<String, DataField> record, bool schemaInName)
→ String
-
-
getTableName(Map<String, DataField> record)
→ String
-
-
getTables(PostgreSQLConnection connection)
→ Future<Dataset>
-
-
getTableService(String serviceFileNamse, String serviceClassName, String servicePath, String packageName, {int port = 8080})
→ String
-