Nextjs
Next 13
Sql
Sqlite

Using SQLite with Next.js 13

ByTricia Hughes
Published on

Enjoyed this article?

Share it with your network to help others discover it

Continue Learning

Discover more articles on similar topics to deepen your understanding

Dodging the Vercel Tax: How to use an open-source alternative for Serverless Postgres, Redis, and Blob Storage

Dodging the Vercel Tax: How to use an open-source alternative for Serverless Postgres, Redis, and Blob Storage

Find out how to get the same DX wins of Vercel Storage by using its Postgres, Redis, and Blob providers with WunderGraph - a free and open-source technology without the Vercel markup, and without vendor lock-in to boot.

ReactNextjsStorage
The Backend-for-Frontend pattern using NextJS: A Step-by-Step Guide

The Backend-for-Frontend pattern using NextJS: A Step-by-Step Guide

The Backends-for-Frontends pattern might be exactly what you need to avoid monolithic Backend APIs and Frontends bloated with business logic. Let's implement one in Next.js, using WunderGraph as a BFF framework.

NextjsTypescriptBff
5 Must-Have Tools for Building Web Applications with Next.js App Router

5 Must-Have Tools for Building Web Applications with Next.js App Router

Server-only, Saas UI, TailwindCSS, Turbopack, the use() hook - know the tools that can enable you to build web applications with Next.js App Router faster

NextjsSaas uiTailwind
Next.js Middleware: How it Works and 5 Real Use Cases

Next.js Middleware: How it Works and 5 Real Use Cases

Since v. 12.0.0 (stable from 12.2.0), Next.js added Middleware. Middleware (as it is in many other frameworks) is a way to intercept the user's request before it reaches the actual page. Put simply…

Nextjs
Next.js With Sequelize Web Application, a Full-Stack Web Development

Next.js With Sequelize Web Application, a Full-Stack Web Development

Next.js has become more advance and cutting edge to developers for use as a Full-Stack web Application. The community and people behind Vercel have done a great job on Next.js future.

NextjsSequelizeNodejs
The Right Way to Detect Mobile Breakpoints in Next.js

The Right Way to Detect Mobile Breakpoints in Next.js

How to make useIsMobile hook in Next.js

NextjsReact hooks