A database package to run RESTful actions gracefully and easily

55 views
Skip to first unread message

Peter Bi

unread,
Aug 6, 2020, 5:09:37 PM8/6/20
to golang-nuts
Dear Netters:

This is my first release of the "godbi" package. You feedback is greatly appreciated.


Thanks.

Here are the first few sentences in README


godbi adds a set of high-level functions to the generic SQL handle in GO, for easier database executions and queries.


There are three levels of usages:

  • Basic: operating on raw SQL statements and stored procedures.
  • Crud: operating on specific table and fulfilling CRUD actions.
  • Advanced: operating on tables, called Models, as in MVC pattern in web applications, and fulfilling RESTful and GraphQL actions.

godbi is an ideal replacement of ORM. It runs SQL, CRUD, RESTful and GraphQL tasks gracefully and very efficiently. The package is fully tested in MySQL and PostgreSQL, and assumed to work with other relational databases.

Reply all
Reply to author
Forward
0 new messages