Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xantiagoma committed Feb 15, 2024
1 parent 88740ea commit 30e9224
Show file tree
Hide file tree
Showing 9 changed files with 1,241 additions and 13,237 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm 8.15.2
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# drizzle-cursor

## 0.2.0

### Minor Changes

- Update drizzle-orm and devDependencies, also add `db:seed` and fix test example.

## 0.1.0

### Minor Changes
Expand Down
5 changes: 3 additions & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import type { Config } from "drizzle-kit";
import "dotenv/config";

export default {
schema: "./test/db/schema.ts",
out: "./test/db/migrations",
schema: "test/db/schema.ts",
out: "test/db/migrations",
driver: "better-sqlite",
verbose: true,
dbCredentials: {
url: "db.db",
},
Expand Down
Loading

0 comments on commit 30e9224

Please sign in to comment.