You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ A super lightweight TypeScript types generator that respects your laziness and l
23
23
24
24
Zero runtime dependencies, just types. This is just a super thin wrapper around [sqlc](https://sqlc.dev/) and a file generator - all the real magic is in sqlc. It just makes it more convenient to use in TypeScript projects.
25
25
26
-
## TLDR
26
+
## 🏃 TLDR
27
27
28
28
-`pg_dump --schema-only postgres://user:password@localhost:5432/database > schema.sql` to dump your schema
29
29
- Run `npx sqlc-typescript watch` (`src/**/*.ts` is default glob and `schema.sql` is default schema file)
@@ -114,7 +114,7 @@ Create a `sqlc.json` in your project root:
0 commit comments