static_grpc 0.1.0 static_grpc: ^0.1.0 copied to clipboard
Make statics grpc server for postgres databaes. Simple and automated APIs for your back-end.
Make statics grpc server for postgres databaes. Simple and automated APIs for your back-end.
Usage #
A simple usage example:
import 'package:static_grpc/static_grpc.dart';
void main() {
print(proto3JsonToJsonMap(null).toString());
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.