Skip to content

dgroomes/sql-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

sql-playground

๐Ÿ“š Learning and exploring SQL (Postgres in particular).


Standalone sub-projects

This repository illustrates different concepts, patterns and examples via standalone sub-projects. Each sub-project is completely independent of the others and do not depend on the root project. This standalone sub-project constraint forces the sub-projects to be complete and maximizes the reader's chances of successfully running, understanding, and re-using the code.

The sub-projects include:

arrays/

Showcasing the array SQL data type.

See the README in arrays/.

lag/

Showcasing the lag Postgres function which is a part of Postgres' windowing support.

See the README in lag/.

docker/

Run Postgres in a Docker container using Docker Compose.

See the README in docker/.

administration/

Exploring how to administrate Postgres via its many tools like pg_ctl.

See the README in administration/.

test-data/

Generate test data to aid in performance exploration and analysis.

See the README in test-data/.

WishList

General clean-ups, TODOs and things I wish to implement for this project:

  • DONE Explore Postgres without Docker. I'd like to learn the basics of pg_ctl so I don't need to depend on Docker to run Postgres (although Docker is super convenient!)

About

๐Ÿ“š Learning and exploring SQL (and Postgres in particular)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published