ORMs
Writing SQL is really fast and it’s great for small projects. As your projects grow, you might want to take advantage of an ORM or query builder instead. Here are a few examples of how to do that with popular tools.
Drizzle
Prisma
🚫 Prisma isn’t supported in Val Town because it relies on functionality that only exists in a classic server environment.
Sequelize
🚫 Sequelize isn’t supported in Val Town because it relies on specific database drivers and is not extensible.
:::