flowus-database
Installation
SKILL.md
FlowUs Database Skill
Use the flowus CLI with --json for every command.
Commands
- Get database:
flowus --json database get <database_id> - Query database:
flowus --json database query <database_id> --body <query.json> - Create database:
flowus --json database create --body <database.json> - Update database:
flowus --json database update <database_id> --body <patch.json> - Delete database:
flowus --json database delete <database_id>