Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devfeel/database
- Owner: devfeel
- Created: 2018-03-14T03:30:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T02:00:42.000Z (over 4 years ago)
- Last Synced: 2024-06-20T03:50:12.447Z (5 months ago)
- Topics: command, context, database, go, mongodb, mssql, mysql, postgresql, sqlite
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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