Echo: any recipes or example for using databases?

Created on 13 Jan 2016  路  7Comments  路  Source: labstack/echo

thanks

Most helpful comment

thanks but would you provide it to the github/labstack/examples?

All 7 comments

using xorm or gorp.

Good choice. - > github.com/jinzhu/gorm

Recipe architectural, use middleware wrapper to test created a pool if there is no one to create. Verification takes place every request. Introduces base station + model in the context for use in subsequent handlers, and enjoy.

thanks but would you provide it to the github/labstack/examples?

I want an example too

You can look into this recipe https://echo.labstack.com/cookbook/twitter

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexzorin picture alexzorin  路  3Comments

danieldaeschle picture danieldaeschle  路  3Comments

ellisonleao picture ellisonleao  路  3Comments

mmindenhall picture mmindenhall  路  4Comments

asdine picture asdine  路  3Comments