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 add schema banking-appInstallation 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 add schema banking-app/user2. Account
npx servercn-cli add schema banking-app/account3. Transaction
npx servercn-cli add schema banking-app/transaction4. Ledger
npx servercn-cli add schema banking-app/ledger