static_grpc_generator library

Support for generate static grpc classes

Functions

generatePgGrpcService(PostgreSQLConnection connection, {String? path, String? subPath, bool schemaInName = true, String? schema, String? tableName}) Future<bool>
Looad a connection to Postgres Database and automatically generates grpc service for all tables of target database
generatePgProto3(PostgreSQLConnection connection, {String? path, bool schemaInName = true, String? schema, String? tableName}) Future<bool>
getSchema(Map<String, DataField> record) String
getTableName(Map<String, DataField> record) String