bixlabs / authentication

A module in Go for authentication
1 stars 0 forks source link

implemented the system storage interface in sqlite #12

Closed jac1013 closed 5 years ago

jac1013 commented 5 years ago

Description

SQLite implementation for the system to have a database storage instead of a memory one.

Stories

https://bixlabs.atlassian.net/browse/AM-19

List of changes

Steps to Test or Reproduce

Impacted Areas in Application

List general components of the application that this PR will affect.

Migrations

NO