Skip to content

Commit b4e068d

Browse files
committed
simple readme
1 parent da04237 commit b4e068d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

drizzle-orm/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Drizzle ORM Example
2+
3+
In this example we will setup Drizzle ORM with Remix.
4+
5+
## Preview
6+
7+
Open this example on [CodeSandbox](https://codesandbox.com):
8+
9+
[![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/drizzle-orm)
10+
11+
## Example
12+
13+
Relevant files:
14+
15+
- [drizzle](./drizzle) migrations and drizzle-related meta information
16+
- [app/schema.ts] table schemas and data models
17+
- [app/db.server.ts] setup database client
18+
19+
## Related Links
20+
21+
[Drizzle ORM](https://orm.drizzle.team)

0 commit comments

Comments
 (0)