Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.