Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Insum PL/SQL & SQL Coding Guidelines

License

NotificationsYou must be signed in to change notification settings

basilogic/plsql-and-sql-coding-guidelines

 
 

Repository files navigation

Introduction

In 2019, Rich Soule of Insum forked these guidelines from the Trivadis guidlines and changed most of the rules to comply with Insum coding standards and added many new guidelines. New rules were also suggested in the Trivadis Issues, and while many were adopted, some (and some we consider very important) were not.

Trivadis published their guidelines for PL/SQL & SQL in 2009 in the context of the DOAG conference in Nuremberg. Since then these guidelines have been continuously extended and improved. Now they are managed as a set of markdown files. This makes the the guidelines more adaptable for individual application needs and simplifies the continous improvement.

LinkContent
v1.0Latest Release
SnapshotCurrent version based on the master branch, typically a snapshot version of the coming release

Issues

Please file your bug reports, enhancement requests, questions and other support requests withinGithub's issue tracker.

How to Contribute

  1. Describe your idea bysubmitting an issue
  2. Create a branch, commit and publish your changes and enhancements
  3. Create a pull request

How to Build the HTML Site

About the HTML site and process

HTML is the primary output format.Material for MkDocs is used to generate static HTML files andMike to publish version specific variants.

PDF format

PDF is the secondary output format.wkhtmltopdf is used to generate theInsum-PLSQL-and-SQL-Coding-Guidelines.pdf

Build Steps

  1. Install Docker in your environment
  2. Fork this respository
  3. For Windows users only
    • InstallGit for Windows, it provides Git command line tools, a GUI and a Bash emulator
  4. Check/change the version inmkdocs.yml
  5. Open a terminal window in thetools folder
    • Build/update the PDF filerun./genpdf.sh.
    • Test the HTML site locallyrun./serve.sh and openhttp://localhost:8000
    • Deploy HTML siterun./mike.sh deploy {version here}.
    • Set default version (HTML redirect)run./mike.sh set-default {version here}.
  6. commit changes andpush all branches.
    • git commit
    • git push --all origin

License

The Insum PL/SQL & SQL Coding Guidelines are licensed under the Apache License, Version 2.0. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0.

About

Insum PL/SQL & SQL Coding Guidelines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell65.8%
  • HTML19.8%
  • Dockerfile14.4%

[8]ページ先頭

©2009-2025 Movatter.jp