Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.

- [Glossary](./docs/glossary.md)

## Docs

- [`WITH`](./docs/WITH.md).
- [`SELECT`](./docs/SELECT.md).