orm/

directory
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: MIT

README

ORM

Database Adapter

Modules:

  • MongoPureModule: MongoDB driver for Go.
  • GormModule: The fantastic ORM library for Golang, aims to be developer friendly.
  • DocumentStoreModule: Document store adapter, now support MongoDB.
  • RedisModule: redis go client, provide redis(db0) and cache(db1) .
  • RedisCacheModule: redis cache adapter implement.

Environment Variables

ENV Description Default
DATABASE_URL Database host mongodb://localhost:27017
DATABASE_USER Database username ""
DATABASE_PASSWORD Database password ""
CACHE_URL Cache host redis://localhost:6379
CACHE_PASSWORD Cache password ""

Directories

Path Synopsis
key
pkg
ofx

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL