Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devfeel/database

Simple and easy go database micro framework
https://github.com/devfeel/database

command context database go mongodb mssql mysql postgresql sqlite

Last synced: 24 days ago
JSON representation

Simple and easy go database micro framework

Awesome Lists containing this project

README

        

# 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