Dear Netters:

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

URL:  https://github.com/genelet/godbi

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.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/9353a508-6450-4160-b77c-2cb3e46d1c1bo%40googlegroups.com.

Reply via email to