Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaepdit/database-resources

General information, guides, and tools for working on database code
https://github.com/gaepdit/database-resources

database sql sql-server

Last synced: 3 days ago
JSON representation

General information, guides, and tools for working on database code

Awesome Lists containing this project

README

        

# EPD-IT Database Resources

This repository includes general information, guides, and tools for use by Georgia EPD-IT when working on database code.

## Repository setup

All database creation, setup, and data migration scripts should be stored in a Git repository and hosted in the GA-EPD-IT Bitbucket account.

## Code templates

Templates for stored procedures, functions, and triggers are stored in the "`/Templates`" folder. Use these templates when creating new objects. When working with existing database objects that weren't created with the template, consider converting it.