devfeel / database

Simple and easy go database micro framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

database

Include mongodb,mysql,sqlserver,sqlite,postgreSql.

Support connection security and stat data with db query.

Support scan data to interface{} or map.

Example: https://github.com/devfeel/dotweb-start/tree/master/protected/repository

依赖项

  • mongo:gopkg.in/mgo.v2
  • mssql:github.com/denisenkom/go-mssqldb
  • mysql:github.com/go-sql-driver/mysql
  • mapper: github.com/devfeel/mapper
  • sqlite: github.com/mattn/go-sqlite3
  • postgreSql: github.com/lib/pq

About

Simple and easy go database micro framework


Languages

Language:Go 100.0%