An open API service indexing awesome lists of open source software.

https://github.com/austinm911/awesome-drizzle

A collection of drizzle related libraries, utilities, and so forth. Contributions welcome!
https://github.com/austinm911/awesome-drizzle

List: awesome-drizzle

drizzle mysql postgres sqlite

Last synced: 11 days ago
JSON representation

A collection of drizzle related libraries, utilities, and so forth. Contributions welcome!

Awesome Lists containing this project

README

          

# Awesome Drizzle

A collection of Drizzle related libraries, utilities, etc.

## Libraries

- [Drizzle Lab](https://github.com/rphlmr/drizzle-lab) / [Drizzle Run](https://drizzle.run/) by [Raphaël Moreau](https://github.com/rphlmr) - run Drizzle in the browser
- [fredericoo/Drizzle Toolbelt](https://github.com/fredericoo/drizzle-toolbelt) - a set of Drizzle related utilities
- `takeFirst`, `takeFirstOrThrow`, `aggregate`, `transform`
- [nbbaier/Drizzle Utils](https://jsr.io/@nbbaier/drizzle-utils)

## Utilities

- [upsert-record](./upsert-record.ts) - a utility function to perform an upsert operation on a database table using Drizzle ORM
- [build-conflict-update-columns](./build-conflict-update-columns.ts) - a utility function to build the `set` object for the `onConflictDoUpdate` clause in upsert operations

## Contribution

Please feel free to make a contribution by making a pull request.