upper 0.0.8-dev copy "upper: ^0.0.8-dev" to clipboard
upper: ^0.0.8-dev copied to clipboard

outdated

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.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Back-end framework for Dart. Make a automated GRPC API For Relational Databases.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dartz, data_db, file_utils, postgres, pretty_json, process_run, static_grpc, static_grpc_generator, static_orm_generator, static_postgres_orm, strings

More

Packages that depend on upper