Skip to content

abbeymart/mcdb

Repository files navigation

mcdb | github.com/abbeymart/mcdbgo

  • Db Connection module/packages for PostgresSQL, SQLite3 and MongoDB
  • PostgresSQL: used go-database/sql & github.com/lib/pq, and pgx/pgxpool package
  • SQLite3: used go-database/sql & github.com/mattn/go-sqlite3
  • MongoDB: used go.mongodb.org/mongo-driver/mongo
  • See test files for test cases / scenarios

About

Db Connection Package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages