Skip to content

Commit

Permalink
docs: added deploy button drizzle templates (#163)
Browse files Browse the repository at this point in the history
* docs: added deploy button

* docs: added deploy button
  • Loading branch information
rodrigomaria authored Oct 29, 2024
1 parent 9013024 commit 66c6ea2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
11 changes: 10 additions & 1 deletion templates/javascript/drizzle-neondb-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ Or via JSON Args:
{
"connection_url": "postgresql://user:[email protected]/database"
}
```
```
---

## Deploy Your Own

Deploy your own Drizzle + Neon project with Azion.

[![Deploy Button](/static/button.png)](https://console.azion.com/create/drizzle-orm/drizzle-neon-starter-kit "Deploy with Azion")

---
10 changes: 10 additions & 0 deletions templates/javascript/drizzle-tidb-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ Or via JSON Args:
"username": "my_user"
}
```

---

## Deploy Your Own

Deploy your own Drizzle + TiDB project with Azion.

[![Deploy Button](/static/button.png)](https://console.azion.com/create/drizzle-orm/drizzle-tidb-starter-kit "Deploy with Azion")

---
11 changes: 10 additions & 1 deletion templates/javascript/drizzle-turso-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ Or via JSON Args:
"url": "libsql://database-username.turso.io",
"token" "DB_TOKEN"
}
```
```
---

## Deploy Your Own

Deploy your own Drizzle + Turso project with Azion.

[![Deploy Button](/static/button.png)](https://console.azion.com/create/drizzle-orm/drizzle-turso-starter-kit "Deploy with Azion")

---

0 comments on commit 66c6ea2

Please sign in to comment.