Skip to content

Commit

Permalink
Publish new blog
Browse files Browse the repository at this point in the history
  • Loading branch information
patelvivekdev committed Jul 6, 2024
1 parent 37488a0 commit c48da50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"esbenp.prettier-vscode"
"streetsidesoftware.code-spell-checker"
"WakaTime.vscode-wakatime"
"unifiedjs.vscode-mdx"
];
}
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions content/blogs/drizzle-turso-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 'Blazing Fast Next.js with Drizzle ORM and Turso Database'
description: 'Build lightning-fast Next.js apps with ease using Drizzle ORM and Turso database. This step-by-step guide shows you how to connect, query, and deploy a performant full-stack app.'
summary: 'Build lightning-fast Next.js apps with ease using Drizzle ORM and Turso database. This step-by-step guide shows you how to connect, query, and deploy a performant full-stack app.'
slug: 'drizzle-turso-nextjs'
tags:
[drizzle, turso, nextjs, SQLite, database, edge, full-stack, serverless, bun]
publishedAt: 'June 10, 2024'
published: false
publishedAt: 'June 30, 2024'
published: true
---

## Blazing Fast Next.js with Drizzle ORM and Turso Database
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@next/bundle-analyzer": "15.0.0-canary.49",
"@next/eslint-plugin-next": "15.0.0-canary.49",
"@next/bundle-analyzer": "15.0.0-canary.56",
"@next/eslint-plugin-next": "15.0.0-canary.56",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
Expand All @@ -30,7 +30,7 @@
"cmdk": "^1.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.394.0",
"next": "15.0.0-canary.49",
"next": "15.0.0-canary.56",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "19.0.0-rc.0",
Expand All @@ -52,7 +52,7 @@
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-canary.49",
"eslint-config-next": "15.0.0-canary.56",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
Expand Down

0 comments on commit c48da50

Please sign in to comment.