Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQLite backend to example server #15

Closed
wants to merge 6 commits into from
Closed

Commits on Jun 14, 2020

  1. Add module for interacting with a SQLite database

    This is just a toy example database where we can store users and
    associated credentials, as an example for the server, don't use
    this in production.
    ruuda committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    c64b808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0bef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af50ae6 View commit details
    Browse the repository at this point in the history
  4. Autoformat the database changes

    ruuda committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    663c049 View commit details
    Browse the repository at this point in the history
  5. Insert user during register-begin already

    This way we still have access to the display name and username.
    ruuda committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    c9af162 View commit details
    Browse the repository at this point in the history
  6. Update outdated comment

    ruuda committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    1889e31 View commit details
    Browse the repository at this point in the history