Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
/ ahlib-db Public archive

Some useful golang functions library for personal db development.

License

Notifications You must be signed in to change notification settings

Aoi-hosizora/ahlib-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ahlib-db

Build Status codecov Go Report Card License Release

  • ATTENTION: This package is ARCHIVED, please refer to https://github.com/Aoi-hosizora/ahlib-mx and use ahlib-mx (origin: ahlib-web) instead.
  • A personal golang library for db development, including gorm (mysql, sqlite, postgresql), redis (go-redis), neo4j (neo4j-go-driver).

Related libraries

Packages

  • xgorm
  • xneo4j
  • xredis

Dependencies

  • See go.mod and go.sum
  • github.com/Aoi-hosizora/ahlib v1.5.0
  • github.com/jinzhu/gorm v1.9.15
  • github.com/go-sql-driver/mysql v1.5.0
  • github.com/mattn/go-sqlite3 v1.14.0
  • github.com/lib/pq v1.1.1
  • github.com/go-redis/redis/v8 v8.4.11
  • github.com/neo4j/neo4j-go-driver v1.8.3
  • github.com/sirupsen/logrus v1.7.0

About

Some useful golang functions library for personal db development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published