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 example showcasing Prisma ORM with Turso database #7497

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

ludralph
Copy link
Contributor

@ludralph ludralph commented Feb 7, 2025

  • Set up Prisma with Turso using @prisma/adapter-libsql and @libsql/client
  • Implement CRUD operations on the User and Post models
  • Configure TypeScript and environment variables for database connection
  • Provide a script (script.ts) demonstrating Prisma Client queries

This example demonstrates how to integrate Prisma ORM with Turso, a distributed edge database based on libSQL.

Copy link
Member

@jharrell jharrell left a comment

Choose a reason for hiding this comment

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

Let's rename this example to just turso.

databases/turso/README.md Outdated Show resolved Hide resolved
databases/turso/README.md Outdated Show resolved Hide resolved
databases/turso/README.md Outdated Show resolved Hide resolved
@jharrell jharrell merged commit df30ac4 into latest Feb 7, 2025
38 checks passed
@jharrell jharrell deleted the feat-add-turso-database branch February 7, 2025 20:48
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.

3 participants