Articles by Tag #drizzle

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How to use ORMs (Prisma / Drizzle / Knex.js) in a TypeScript backend built with Encore.ts

In this post, I’ll walk you through how to work with ORMs like Prisma, Drizzle and Knex.js when...

Learn More 34 0Nov 25 '24

Build Nextjs 15 & React 19 Dashboard App Step By Step

Hello and welcome to my coding course to build a full-fledged admin dashboard by the best tech stack...

Learn More 29 1Jul 17 '24

Placegoose: Building data APIs with HONC

I was really excited when I came across Hono. I think the API is elegant in its simplicity, and I’ve...

Learn More 19 0Dec 9 '24

How to integrate Drizzle ORM with Nest Js

This tutorial is for how to integrate Dirzzle orm with Nest js. The example uses postgres as...

Learn More 12 0Sep 17 '24

Zero-Config DB Setup with Drizzle ORM Using drizzle-setup CLI

📚 Supercharge Your Drizzle ORM Workflow with drizzle-setup CLI Setting up a modern ORM for...

Learn More 11 5Jun 7

Resolving the `DO $$` Issue in Drizzle ORM with Nile Postgres

When working with Drizzle ORM on a Nile Postgres database, you might encounter an issue where the...

Learn More 10 0Dec 5 '24

Quick REST API with Hono JS and Drizzle ORM

This short summary is best used as companion documentation to support the video tutorial on Getting...

Learn More 9 0Dec 16 '24

Fastify API with Postgres and Drizzle ORM

Before we start, we will need Node.js installed. General Setup Let's create a new...

Learn More 7 0Mar 31

NextJS + Drizzle -- 8 Things I Learned Spinning up a New Project

From initializing a NextJS project to automating created/updated fields on Drizzle models, my first learnings as I create a new web app

Learn More 5 0Nov 1 '24

🚀 Zero-Config Database Setup with Drizzle ORM - From Zero to Hero in 30 Seconds

Are you tired of spending hours setting up database configurations every time you start a new...

Learn More 5 2Jun 10

Cloudflare D1 + Drizzle ORM Setup Guide

Cloudflare D1 + Drizzle ORM Setup Guide This guide explains how to set up Cloudflare D1...

Learn More 5 0Jun 1

Remix Drizzle Auth Template

Remix Drizzle Auth Template Just a simple template to get you started, i did all of the...

Learn More 5 0Dec 13 '24

Simplifying Test Data Generation with Drizzle ORM

Introduction At our company, we run tests using an actual database with Testcontainers...

Learn More 5 0Mar 16

Setting Up Drizzle & Postgres with tRPC and Next.js App

Published from Publish Studio In this tutorial, let's learn how to connect a Postgres database to a...

Learn More 3 1Dec 25 '24

Placegoose: Seeding and deployment with HONC

In the first article of this series, we walked through building Placegoose, a simple mock data API...

Learn More 3 0Mar 24

Directbase: Build and Monetize Your Directory Website in Minutes

If you're looking to create a professional directory website without coding, Directbase is the...

Learn More 0 0Feb 24

[Boost]

Build and Deploy a Full Backend API with Next.js, Drizzle ORM...

Learn More 0 0Apr 24

Create a fullstack Next.js 15 app with Drizzle ORM, Postgresql, Docker

In modern web development, integrating a robust backend with a responsive frontend is crucial for...

Learn More 0 0Mar 15

Type-safe ORM for Atlassian Forge SQL: forge-sql-orm with Drizzle support

💡 forge-sql-orm: Type-safe ORM for @forge/sql based on Drizzle Are you working with...

Learn More 0 0Apr 5

How to create a multi-server discord economy bot

Intro I will be referencing these libraries and technologies in the...

Learn More 0 0Feb 18

Pagination with COUNT(*) OVER() in Atlassian Forge SQL: How to avoid double queries — and stay secure in TypeScript

Are you working with @forge/sql and struggling with pagination + total count? Here's a more efficient...

Learn More 0 0Apr 6

🚀 Building a Tauri v2 + Drizzle + SQLite App — Starter Template

Build native desktop apps with Tauri v2 and Drizzle ORM using SQLite, custom SQL adapter, and full type-safety.

Learn More 0 0Jun 21