mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
28 lines
371 B
Markdown
28 lines
371 B
Markdown
# PostgreSQL Admin Dashboard
|
|
|
|
**Code = Doc**: All documentation is in `postgres.py`
|
|
|
|
---
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
# See all commands
|
|
./postgres.py --help
|
|
|
|
# Development
|
|
./postgres.py dev
|
|
|
|
# Build
|
|
./postgres.py build
|
|
|
|
# Database health
|
|
./postgres.py health
|
|
```
|
|
|
|
---
|
|
|
|
**Note**: Migrate from @mui/material to FakeMUI (planned)
|
|
|
|
**Documentation**: Run `./postgres.py --help`
|