Slax
Prisma
Slax | Prisma | |
---|---|---|
2 | 477 | |
4 | 41,614 | |
- | 1.8% | |
1.5 | 9.8 | |
almost 2 years ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Slax
-
This is my first next js project, any suggestions or feedback would be appreciated.
Here you go Slax
-
I made a Next Js Project, Which helps you remember friends birthdays. 😁
You can check out the live demo here, or the GitHub repo.
Prisma
-
5 Must-Watch Tutorials to Build Your SaaS App in 2025
The tutorial starts by creating a Next.js project and setting up Shadcn UI and Aceternity UI for premade front-end components, with TailwindCSS for styling. Next, you will use Prisma ORM to create data models and generate schemas for Neon's Postgres database. The tutorial also covers file uploads using Uploadcare, Clerk to handle authentication, and creating a billing system with Stripe that allows users to purchase different plans.
-
How to connect to an Azure-hosted managed identities postgres server from a node app using the Prisma ORM
There are a number of potential solutions listed in the discussions of this issue on prisma’s github page.
-
2025’s Must-Know Tech Stacks
Prisma
- Tech Stack 2025
-
Building a Slack Clone with Next.js and TailwindCSS - Part One
Prisma is an open-source ORM (Object-Relational Mapping) tool that lets us define our database structure and run queries efficiently. With Prisma, you can write database operations more intuitively without needing to handle SQL directly, which makes things simpler and reduces errors.
-
Code as Doc: Automate by Vercel AI SDK and ZenStack for Free
What's the first thing you want to see in a web application's documentation? Most likely, it's the data models that serve as the foundation of the entire application. Can data models be defined declaratively? Absolutely! Prisma ORM has already done a great job by allowing developers to define their application models **in an intuitive data modeling language.
-
Automatically Generate REST and GraphQL APIs From Your Database
Prisma combined with ZenStack offers a more programmatic approach. While requiring more setup than PostgREST, it provides better TypeScript integration and more control over the generated API. This combination excels in projects where type safety and custom business logic are priorities.
-
Prisma: Could not parse schema engine response
I searched about this on GitHub and found this: Prisma fails to find openssl 3.0.x on new bookworm
-
The Open Source Finale: Pt. 2
Prisma - a modern Object-Relational Mapping (ORM) tool for simplifying database interactions. Having heard much about it, I am excited to incorporate it into future projects.
-
How I Solved Common Prisma ORM Errors: Debugging Tips and Best Practices
The Prisma ORM is a powerful companion for every software engineer, indie maker, and SaaS founder who wants to add type safety to the queries executed on the database.
What are some alternatives?
remindmebot - A Telegram bot to set reminder to a message in a group.
Knex - A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
starter-graphql-next-js - Advanced Starter GraphQL Next js Crud Mongodb
TypeORM - ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
react-floating-balloons - Custom Floating Balloons for ReactJS, with pop sound and animation
MikroORM - TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.