Skip to content

Feature/ with sqlite3 database#15

Draft
beercanx wants to merge 19 commits into
mainfrom
feature/with-sqlite-database
Draft

Feature/ with sqlite3 database#15
beercanx wants to merge 19 commits into
mainfrom
feature/with-sqlite-database

Conversation

@beercanx

@beercanx beercanx commented May 26, 2026

Copy link
Copy Markdown
Owner

Work done to use sqlite3 instead of in memory maps:

  • access token repository
  • database schema migrations
  • refresh token repository
  • client secret repository
  • client principal repository
  • user status repository
  • user credential repository

@beercanx beercanx force-pushed the feature/with-sqlite-database branch from a271f9c to 0ebd620 Compare June 2, 2026 15:53
case err != nil:
log.Println("[ERROR] Some kind of error bubbled up...", reflect.TypeOf(err).Name(), err)
case exchangeError != nil:
log.Printf("[ERROR] Some kind of error bubbled up... %T: %v\n", exchangeError, exchangeError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants