llms.txt Content
# Drizzle
> Drizzle is a modern TypeScript ORM developers wanna use in their next project. It is lightweight at only ~7.4kb minified+gzipped, and it's tree shakeable with exactly 0 dependencies. It supports every PostgreSQL, MySQL, SQLite and SingleStore database and is serverless-ready by design.
## meet drizzle
- [Get started with Drizzle](https://orm.drizzle.team/docs/get-started)
- [Get Started with Drizzle and PostgreSQL](https://orm.drizzle.team/docs/get-started/postgresql-new)
- [Get Started with Drizzle and PostgreSQL in existing project](https://orm.drizzle.team/docs/get-started/postgresql-existing)
- [Get Started with Drizzle and Gel](https://orm.drizzle.team/docs/get-started/gel-new)
- [Get Started with Drizzle and Gel in existing project](https://orm.drizzle.team/docs/get-started/gel-existing)
- [Get Started with Drizzle and SingleStore](https://orm.drizzle.team/docs/get-started/singlestore-new)
- [Get Started with Drizzle and SingleStore in existing project](https://orm.drizzle.team/docs/get-started/singlestore-existing)
- [Get Started with Drizzle and Neon](https://orm.drizzle.team/docs/get-started/neon-new)
- [Get Started with Drizzle and Neon in existing project](https://orm.drizzle.team/docs/get-started/neon-existing)
- [Get Started with Drizzle and Supabase](https://orm.drizzle.team/docs/get-started/supabase-new)
- [Get Started with Drizzle and Supabase in existing project](https://orm.drizzle.team/docs/get-started/supabase-existing)
- [Get Started with Drizzle and Xata](https://orm.drizzle.team/docs/get-started/xata-new)
- [Get Started with Drizzle and Xata in existing project](https://orm.drizzle.team/docs/get-started/xata-existing)
- [Get Started with Drizzle and PGlite](https://orm.drizzle.team/docs/get-started/pglite-new)
- [Get Started with Drizzle and PGLite in existing project](https://orm.drizzle.team/docs/get-started/pglite-existing)
- [Get Started with Drizzle and Nile](https://orm.drizzle.team/docs/get-started/nile-new)
- [Get Starte