Skip to content

Commit

Permalink
docs: codegen SQLite (SeaQL/sea-orm#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 22, 2021
1 parent 03993cf commit 81ffe24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SeaORM/docs/03-generate-entity/01-sea-orm-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ $ sea-orm-cli generate entity -h

Discover all tables in a database and generate a corresponding SeaORM entity file for each table.

> Generating Entity files from SQLite is not yet supported. You can write the entity files by hand, and then use the Entity to [initialize a database](07-write-test/03-sqlite.md#setup-database-schema).
Supported databases:
- MySQL
- PostgreSQL
- SQLite

Command line options:
- `-u` / `--database-url`: database URL (default: DATABASE_URL specified in ENV)
Expand Down

0 comments on commit 81ffe24

Please sign in to comment.