Banking App Schema
The Banking App Schema is a beginner-friendly schema for a banking application. It includes support for MongoDB, PostgreSQL, and MySQL databases.
Database Support
Installation all schemas
npx servercn-cli@latest add schema banking-app Installation individual schema
If you install schema individually, the relationships between them won't be automatic—you'll need to implement them manually.
1. User
npx servercn-cli@latest add schema banking-app/user 2. Account
npx servercn-cli@latest add schema banking-app/account 3. Transaction
npx servercn-cli@latest add schema banking-app/transaction 4. Ledger
npx servercn-cli@latest add schema banking-app/ledger