Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gaepdit/database-resources
- Owner: gaepdit
- Created: 2020-05-14T12:59:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T11:01:02.000Z (8 months ago)
- Last Synced: 2024-06-25T12:24:56.729Z (8 months ago)
- Topics: database, sql, sql-server
- Language: Jupyter Notebook
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.