All Projects → treffynnon → Sqlstyle.guide

treffynnon / Sqlstyle.guide

Licence: other
A consistent code style guide for SQL to ensure legible and maintainable projects

Projects that are alternatives of or similar to Sqlstyle.guide

Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (-4.73%)
Mutual labels:  sql
Naming Convention
Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell
Stars: ✭ 961 (-3.32%)
Mutual labels:  sql
Go Starter
An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps.
Stars: ✭ 37 (-96.28%)
Mutual labels:  sql
Avsqldebugger
A Simple Core Data Debugger that will look inside your apps DB
Stars: ✭ 30 (-96.98%)
Mutual labels:  sql
Cancer Donation Portal Python Flask App
Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript
Stars: ✭ 32 (-96.78%)
Mutual labels:  sql
Mysqldump Php
PHP version of mysqldump cli that comes with MySQL
Stars: ✭ 975 (-1.91%)
Mutual labels:  sql
Spark
Apache Spark - A unified analytics engine for large-scale data processing
Stars: ✭ 31,618 (+3080.89%)
Mutual labels:  sql
Rhodddoobie
My little sandbox for playing around with the FP + OOP + DDD combination, in particular using Rho, doobie, Docker, testing, etc in a project.
Stars: ✭ 38 (-96.18%)
Mutual labels:  sql
Sql To Graphql Schema Generator
⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/
Stars: ✭ 32 (-96.78%)
Mutual labels:  sql
Swift Style Guide
Swift language style guide & coding conventions followed by Xmartlabs.
Stars: ✭ 36 (-96.38%)
Mutual labels:  styleguide
Xsql
SQL Query Results Pretty Printing
Stars: ✭ 30 (-96.98%)
Mutual labels:  sql
Siodb
The simplicity of REST and the power of SQL combined in a database that automatized security and performance. Forget the database, develop faster and safer!
Stars: ✭ 31 (-96.88%)
Mutual labels:  sql
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+785.01%)
Mutual labels:  sql
Postgrest Sessions Example
An example on how to implement session-based authentication with PostgREST
Stars: ✭ 30 (-96.98%)
Mutual labels:  sql
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (-1.01%)
Mutual labels:  sql
Sql Composer
Standalone SQL composer DSL for Ruby
Stars: ✭ 26 (-97.38%)
Mutual labels:  sql
Csvquery
A handy SQL runner to work with CSV files
Stars: ✭ 32 (-96.78%)
Mutual labels:  sql
Province City China
🇨🇳最全最新中国【省、市、区县、乡镇街道】json,csv,sql数据
Stars: ✭ 993 (-0.1%)
Mutual labels:  sql
Pg Minify
Minifies PostgreSQL scripts.
Stars: ✭ 37 (-96.28%)
Mutual labels:  sql
Sqlz
SQL Query Builder for Go
Stars: ✭ 36 (-96.38%)
Mutual labels:  sql

SQL style guide

☛ Read the guide


General

The guide is written in Markdown and uses Jekyll via GitHub's Pages facility to render itself upon pushing to the gh-pages branch.

Sources

The markdown source for the guide can be found in _includes/sqlstyle.guide.md

Installing for local development

There is a Gemfile supplied so you just need to follow the GitHub Pages documentation to install the dependencies.

To then run it locally bundle exec jekyll serve

Translations of the guide

If you would like to translate the guide then please open a pull request or open an issue if you need some help getting it setup.

Projects known to be implementing the guide

If your project uses this styleguide and you'd like to be mentioned in this readme then please open a pull request adding it below in alphabetical order with a URL and short description.

You can also add a badge (sqlstyle.guide) to your projects readme with the following markdown code if you like:

[![sqlstyle.guide](https://img.shields.io/badge/style-sqlstyle.guide-brightgreen.svg)](https://www.sqlstyle.guide/)
  • BEdita - a Symfony based PHP CMF
  • SQLQuery.jl - A Julia lang package for representing sql queries, and converting them to valid SQL statements
  • Stock Talk - a realtime dashboard that displays the stock data of the most Tweeted Nasdaq companies.

Notable forks of the guide

These are based on, but deviate in some way from sqlstyle.guide.

If you have forked this styleguide and you'd like to be mentioned in this readme then please open a pull request adding it below in alphabetical order with a URL and short description of your deviance.

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