All Projects → selectel → Sql Battleships

selectel / Sql Battleships

Licence: mit
Play Battleships on PostgreSQL

Projects that are alternatives of or similar to Sql Battleships

Practical Sql
Code and Data for the book "Practical SQL" by Anthony DeBarros, published by No Starch Press (2018).
Stars: ✭ 392 (+125.29%)
Mutual labels:  sql, plpgsql, postgresql
Stratosdb
☄️ ☁️ An All-in-One GUI for Cloud SQL that can help users design and test their AWS RDS Instances
Stars: ✭ 140 (-19.54%)
Mutual labels:  sql, postgresql
Oreilly intermediate sql for data
Resources for the O'Reilly Online Training "Intermediate SQL For Data Analysis"
Stars: ✭ 136 (-21.84%)
Mutual labels:  sql, postgresql
Rom Sql
SQL support for rom-rb
Stars: ✭ 169 (-2.87%)
Mutual labels:  sql, postgresql
Pg jobmon
PostgreSQL extension which provides persistent logging within transactions and functions.
Stars: ✭ 128 (-26.44%)
Mutual labels:  plpgsql, postgresql
Sql Template Tag
ES2015 tagged template string for preparing SQL statements, works with `pg` and `mysql`
Stars: ✭ 132 (-24.14%)
Mutual labels:  sql, postgresql
Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+1113.22%)
Mutual labels:  sql, postgresql
Sql Kit
*️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
Stars: ✭ 115 (-33.91%)
Mutual labels:  sql, postgresql
Sqorn
A Javascript library for building SQL queries
Stars: ✭ 1,871 (+975.29%)
Mutual labels:  sql, postgresql
Dgw
dgw generates Golang struct, and simple Table/Row Data Gateway functions from PostgreSQL table metadata
Stars: ✭ 161 (-7.47%)
Mutual labels:  sql, postgresql
Postgresdbsamples
Sample databases for postgres
Stars: ✭ 161 (-7.47%)
Mutual labels:  plpgsql, postgresql
Sworm
a write-only ORM for Node.js
Stars: ✭ 128 (-26.44%)
Mutual labels:  sql, postgresql
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-27.01%)
Mutual labels:  sql, postgresql
Subzero Starter Kit
Starter Kit and tooling for authoring GraphQL/REST API backends with subZero
Stars: ✭ 136 (-21.84%)
Mutual labels:  plpgsql, postgresql
Timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Stars: ✭ 12,211 (+6917.82%)
Mutual labels:  sql, postgresql
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-16.67%)
Mutual labels:  sql, postgresql
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (+1085.06%)
Mutual labels:  sql, postgresql
Serverless Postgraphql
Serverless GraphQL endpoint for PostgresSQL using AWS, serverless and PostGraphQL
Stars: ✭ 105 (-39.66%)
Mutual labels:  plpgsql, postgresql
Postgres Checkup
Postgres Health Check and SQL Performance Analysis. 👉 THIS IS A MIRROR OF https://gitlab.com/postgres-ai/postgres-checkup
Stars: ✭ 110 (-36.78%)
Mutual labels:  sql, postgresql
Yuniql
Free and open source schema versioning and database migration made natively with .NET Core.
Stars: ✭ 156 (-10.34%)
Mutual labels:  sql, postgresql

SQL Battleships

Articles:

Requirements

  • postgresql 12.4
  • docker (optional)

Running server in docker

docker build -t sql-battleships .
docker run -p 5432:5432 sql-battleships

Starting the game

psql -U postgres <<<'call screen_loop()' & psql -U postgres
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].