Skip to content

Commit

Permalink
setup drizzle
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jan 2, 2025
1 parent a81ad4a commit 52c6718
Show file tree
Hide file tree
Showing 11 changed files with 2,384 additions and 4 deletions.
3 changes: 3 additions & 0 deletions db/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import * as envioSchema from "./schema";

export default envioSchema;
2 changes: 2 additions & 0 deletions db/relations.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { relations } from "drizzle-orm/relations";
import {} from "./schema";
Loading

0 comments on commit 52c6718

Please sign in to comment.