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
- Host: GitHub
- URL: https://github.com/kasir-barati/sql
- Owner: kasir-barati
- Created: 2022-06-08T12:22:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T15:03:16.000Z (over 1 year ago)
- Last Synced: 2025-01-29T05:44:54.276Z (over 1 year ago)
- Topics: cicd, docker, docker-compose, dockerfile, e2e, github-actions, javascript, jest, nodejs, orm, pnpm, postgresql, psql, sql, tdd, typescript
- Language: TypeScript
- Homepage: https://kasir-barati.github.io/sql/
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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).