hemp-db

File Structure

This page outlines the file structure used for the HempDB project and is intended for developers and maintainers.

hemp-db/
├─ .github/
├─ docs/
│  └─ images/
├─ hempdb/
└─ helloworld/
   ├─ management/
   │  └─ commands/
   ├─ migrations/
   └─ templates/

A high-level folder structure of hemp-db.

.github/

docs/

hempdb/

helloworld/