upper 0.0.8-dev upper: ^0.0.8-dev copied to clipboard
Back-end framework for Dart. Make a automated GRPC API For Relational Databases.
Back-end framework for Dart. Make a automated GRPC API For Relational Databases.
Prerequisites #
2- proto compiller installed and configured. 1- protoPlugin installed and configured.
Installation #
Run this command in terminal
pub global activate upper
Create your upper project #
In destination path run:
upper create project_name -host hostname -port port_number -database database_name -user postgres_user_name -password password
Example #
upper create grpc_server -host 127.0.0.1 -port 5432 -database mainDb -user postgres -password 1234
Features and bugs #
Please file feature requests and bugs at the issue tracker.