Skip to content

Commit

Permalink
Add docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
dankochetov authored Jan 27, 2023
1 parent 48c5197 commit 4673c8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@ const deletedNames /* : { name: string }[] */ = await db.delete(users)
.returning({ name: users.fullName });
```

See [PostgreSQL docs](./drizzle-orm/src/pg-core/README.md) for full API reference.
**See full docs for further reference:**
- [PostgreSQL](./drizzle-orm/src/pg-core/README.md)
- [MySQL](./drizzle-orm/src/mysql-core/README.md)
- [SQLite](./drizzle-orm/src/sqlite-core/README.md)

0 comments on commit 4673c8e

Please sign in to comment.