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

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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