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

feat: add database layer for new architecture #132

Draft
wants to merge 20 commits into
base: rewrite
Choose a base branch
from
Draft

Commits on Sep 30, 2024

  1. refactor: add simple makefile

    d-loose committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7b8fdd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228a135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1d3fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4f5dac View commit details
    Browse the repository at this point in the history
  5. feat: setup database

    d-loose committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8e48893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc66dec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7afd351 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc2d5a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3e9355 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    066ad61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bbc7163 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d784c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a2367a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    553cf7b View commit details
    Browse the repository at this point in the history
  15. refactor: cleanup imports

    d-loose committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3dad4ec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3661c5 View commit details
    Browse the repository at this point in the history
  17. refactor: add db::Result type

    d-loose committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    538fc6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3e4217f View commit details
    Browse the repository at this point in the history
  19. feat: remove FromRow trait from User

    This helps ensure data in a User struct always comes from the DB.
    d-loose committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    95a7852 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a3cfea View commit details
    Browse the repository at this point in the history