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

Example using SQLite via SQLx for secondary indexes #1

Merged
merged 21 commits into from
Jun 18, 2024
Merged

Example using SQLite via SQLx for secondary indexes #1

merged 21 commits into from
Jun 18, 2024

Commits on Jun 7, 2024

  1. Example using SQLx + SQLite

    adriangb committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    596f3b0 View commit details
    Browse the repository at this point in the history
  2. Example using SQLx + SQLite

    adriangb committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3ebe0aa View commit details
    Browse the repository at this point in the history
  3. don't delete license

    adriangb committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    57c46e8 View commit details
    Browse the repository at this point in the history
  4. remove data

    adriangb committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    55ebd61 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. doc updates

    adriangb committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    63f398f View commit details
    Browse the repository at this point in the history
  2. doc updates

    adriangb committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b22b77e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    43868c1 View commit details
    Browse the repository at this point in the history
  2. Remove LIKE example

    adriangb committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0466b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    4d14fe7 View commit details
    Browse the repository at this point in the history
  2. Working example

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d3310d5 View commit details
    Browse the repository at this point in the history
  3. Add comments

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4fde60a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    69855f7 View commit details
    Browse the repository at this point in the history
  5. replace db

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a49c817 View commit details
    Browse the repository at this point in the history
  6. update comment

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5ed957e View commit details
    Browse the repository at this point in the history
  7. update comment

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1846982 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1073e81 View commit details
    Browse the repository at this point in the history
  9. Move initialize into new

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d47bbce View commit details
    Browse the repository at this point in the history
  10. remove old query

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    27c1be4 View commit details
    Browse the repository at this point in the history
  11. reset db

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    42eb788 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6c1d69 View commit details
    Browse the repository at this point in the history
  13. Cleaner conversion

    adriangb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e88641b View commit details
    Browse the repository at this point in the history