Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.63 KB

Readme.md

File metadata and controls

55 lines (37 loc) · 2.63 KB

CSE 412: Database Management (ASU 2020 Fall)

The Missing Semester

The missing semester is a course at MIT which focuses one critical subject of CS that’s rarely covered in academic teaching: proficiency of the tools needed in CS. They teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!

Course Link

Course Links For Various General Topics

Postgres Based Wargame

The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database. Compete against other players using raw SQL commands to command your fleet. Or, if your PL/pgSQL-foo is strong, wield it to write AI and have your fleet command itself!

Game is played by connected Postgres Database Client to their server.

  • Register for the Game Here

Holy Grail For Finding Anything Postgres

Langauge Specific Libraries for Postgres

Visualisations and Dashboarding with Postgres

Projects in Postgres