A web solution developed in golang, including a web framework, a db framework, a planned rpc framework, You can quickly develop web projects with golang, support for receiving request parameters with struct, automated parameter validation
Replies
Best
Maker
Using beerus makes it easier to develop web projects., It is also easy to manipulate the database, Single table insert, delete, update, select do not need to write sql, complex operations can be solved with sql, support paging query, transaction management, etc.
Replies