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

Sqlite #1770

Merged
merged 20 commits into from
Jun 7, 2024
Merged

Sqlite #1770

merged 20 commits into from
Jun 7, 2024

Conversation

lastmjs
Copy link
Member

@lastmjs lastmjs commented May 2, 2024

No description provided.

@lastmjs lastmjs marked this pull request as ready for review May 3, 2024 22:23
@bdemann bdemann changed the base branch from main to nestjs May 7, 2024 16:39
@bdemann bdemann changed the base branch from nestjs to main May 7, 2024 17:21
@bdemann bdemann changed the base branch from main to nestjs May 7, 2024 17:22
@lastmjs lastmjs changed the base branch from nestjs to main May 7, 2024 19:57
Copy link
Member

@bdemann bdemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other ideas for things to test

  • Transactions
  • Rolling back?
  • Indexes
  • Subqueries
  • Aggregate functions like SUM, AVG, MIN, MAX
  • Group by
  • Applying multiple migrations

examples/sqlite/src/server/index.ts Show resolved Hide resolved
examples/sqlite/src/entities/users/db.ts Outdated Show resolved Hide resolved
examples/sqlite/src/entities/posts/db.ts Outdated Show resolved Hide resolved
examples/sqlite/test/tests.ts Outdated Show resolved Hide resolved
examples/sqlite/test/tests.ts Outdated Show resolved Hide resolved
examples/sqlite/test/tests.ts Outdated Show resolved Hide resolved
@lastmjs lastmjs merged commit 4ffdeae into main Jun 7, 2024
125 of 128 checks passed
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.

None yet

2 participants