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

https://github.com/kasir-barati/sql

A place where I keep track of what I know about PostgreSQL + ORMs
https://github.com/kasir-barati/sql

cicd docker docker-compose dockerfile e2e github-actions javascript jest nodejs orm pnpm postgresql psql sql tdd typescript

Last synced: 2 months ago
JSON representation

A place where I keep track of what I know about PostgreSQL + ORMs

Awesome Lists containing this project

README

          

> [!IMPORTANT]
>
> Keep this file in sync with [`index.md`](../index.md).

# SQL

Originally this was a repo I've created while I was working at [Spad](https://www.linkedin.com/company/spadcompany/) just to test operator precedence in Prisma. But then I decided it should be where I share my know-how in SQL and this lovely ORM called [Prisma](https://www.prisma.io/). But again I changed my mind and from now on it is gonna be place for my future SQL course.

- [`WITH`](../docs/WITH.md).
- [`SELECT`](../docs/select/index.md).
- [Pagination -- Cursor-based & Numbered base](../docs/select/pagination.md).
- [Select top `n` customers of each shop in your database](../docs/select/select-top-n-customers-of-each-shop.md).
- [`INSERT`](../docs/insert/README.md).
- [Bulk `INSERT`](../docs/insert/bulk/README.md).
- [Aggregate functions](../docs/aggregate-functions.md).
- [Glossary](../docs/glossary.md).