Skip to content

Commit ec49ac7

Browse files
authored
Adding Nile tutorial and few fixes to existing docs (#478)
* better nile logo and few typo fixes in nile docs * adding nile tutorial for drizzle
1 parent f182ab6 commit ec49ac7

File tree

4 files changed

+446
-13
lines changed

4 files changed

+446
-13
lines changed

public/svg/nile.svg

Lines changed: 86 additions & 11 deletions
Loading

src/content/docs/connect-nile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import WhatsNextPostgres from "@mdx/WhatsNextPostgres.astro";
1717

1818
According to the **[official website](https://thenile.dev)**, Nile is PostgreSQL re-engineered for multi-tenant apps.
1919

20-
Checkout official **[Nile + Drizzle Quickstart](https://www.thenile.dev/docs/getting-started/languages/drizzle)** and **[Migration](https://www.thenile.dev/docs/getting-started/schema_migrations/drizzle) docs.
20+
Checkout official **[Nile + Drizzle Quickstart](https://www.thenile.dev/docs/getting-started/languages/drizzle)** and **[Migration](https://www.thenile.dev/docs/getting-started/schema_migrations/drizzle)** docs.
2121

2222
You can use Nile with any of Drizzle's Postgres drivers, we'll be showing the use of `node-postgres` below.
2323

src/content/docs/get-started/nile-existing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import UpdateSchema from '@mdx/get-started/postgresql/UpdateSchema.mdx';
2222

2323
<Breadcrumbs/>
2424

25-
# Get Started with Drizzle and Supabase in existing project
25+
# Get Started with Drizzle and Nile in existing project
2626

2727
<Prerequisites>
2828
- **dotenv** - package for managing environment variables - [read here](https://www.npmjs.com/package/dotenv)

0 commit comments

Comments
 (0)