Static Grpc Generator | Coderz Product

static_grpc_generator

Last updated:

0 purchases

static_grpc_generator Image
static_grpc_generator Images

Free

Languages

Categories

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: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.