Skip to content

Schema for the SQL database for Sienna Applications

Notifications You must be signed in to change notification settings

NREL-Sienna/SiennaGridDB

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2025
Mar 3, 2025
Feb 21, 2025
Oct 22, 2024
Jan 30, 2025
Oct 28, 2024
Feb 3, 2025
Oct 28, 2024
Feb 6, 2025
Oct 28, 2024
Oct 28, 2024
Aug 1, 2024
Oct 28, 2024
Feb 4, 2025
Feb 25, 2025

Repository files navigation

SiennaGridDB

Schema for the SQL database for Sienna Applications

Set pre-commit environment

Install a virtual environment

python -m venv .venv

Setup the python environment

python -m pip install -r requirements.txt

Setup pre-commit to run automatically on each commit.

pre-commit install

How to create the Schema

To create a database with the schema use the following command:

sqlite3 test.db < schema.sql

Testing data with some basic queries:

sqlite3 -table < dummy_data.sql

About

Schema for the SQL database for Sienna Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published