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 drizzle orm with sqlite #13

Merged
merged 40 commits into from
Aug 7, 2023
Merged

feat: add drizzle orm with sqlite #13

merged 40 commits into from
Aug 7, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    1ce662d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e483b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b9a556 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    ba94153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99721ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    627e4be View commit details
    Browse the repository at this point in the history
  4. chore: userSchema created

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d91bdc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90f40e7 View commit details
    Browse the repository at this point in the history
  6. chore: added user type

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ee494fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f27b94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74821f6 View commit details
    Browse the repository at this point in the history
  9. chore: installed sqlite3

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1b255a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50806e5 View commit details
    Browse the repository at this point in the history
  11. fix: db url for migrations

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dec56b9 View commit details
    Browse the repository at this point in the history
  12. chore: ignore database file

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    673cde4 View commit details
    Browse the repository at this point in the history
  13. chore: db commands added

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a8c5eca View commit details
    Browse the repository at this point in the history
  14. chore: read me updated

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e105d8a View commit details
    Browse the repository at this point in the history
  15. fix: db name

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5450812 View commit details
    Browse the repository at this point in the history
  16. chore: added db explorer

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c4f509c View commit details
    Browse the repository at this point in the history
  17. chore: added pnpm clean

    aaa006bd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1949861 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80e2622 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    55a9567 View commit details
    Browse the repository at this point in the history
  2. format code and cleanup db

    anbraten committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1d8b9a7 View commit details
    Browse the repository at this point in the history
  3. nits

    anbraten committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2983e6c View commit details
    Browse the repository at this point in the history
  4. adjust drizzle setup

    anbraten committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    14f9e42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcb9214 View commit details
    Browse the repository at this point in the history
  6. fix: insert using run

    aaa006bd committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ac58628 View commit details
    Browse the repository at this point in the history
  7. chore: added migrations

    aaa006bd committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    82a670c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. add database

    Fixes #12
    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e7ece0b View commit details
    Browse the repository at this point in the history
  2. fix: erroneous merge

    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0a4290b View commit details
    Browse the repository at this point in the history
  3. fix: removed unused code

    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    03424fa View commit details
    Browse the repository at this point in the history
  4. fix: added check commands

    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    463d1d9 View commit details
    Browse the repository at this point in the history
  5. fix: missing dependencies

    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d66f2a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fadb92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45a6557 View commit details
    Browse the repository at this point in the history
  8. fix: format

    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    15370d4 View commit details
    Browse the repository at this point in the history
  9. fix: format

    aaa006bd committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6d339d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    883fb09 View commit details
    Browse the repository at this point in the history
  11. remove todo

    anbraten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f1e82f9 View commit details
    Browse the repository at this point in the history
  12. nits

    anbraten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cc7eea1 View commit details
    Browse the repository at this point in the history