Ecosyste.ms: Awesome
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: 27 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T20:15:11.000Z (about 2 months ago)
- Last Synced: 2024-11-10T21:20:32.715Z (about 2 months ago)
- Topics: cicd, docker, docker-compose, dockerfile, e2e, github-actions, javascript, jest, nodejs, orm, pnpm, postgresql, psql, sql, tdd, typescript
- Language: TypeScript
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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).