static_grpc_generator

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

static grpc generator

A static grpc generator. Automate you grpc server for relational databases.
Usage #
A simple usage example:
import 'package:static_grpc_generator/static_grpc_generator.dart';

main() {
var connection = PostgreSQLConnection('192.168.1.81', 5432, 'db_teste',
username: 'postgres', password: '123');
generatePgGrpcService(
connection,
path: 'example/generated',
schemaInName: false,
);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.