Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Jan 27, 2024
1 parent cd25594 commit 2cf26e7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,10 @@ $ dart pub get && dart run build_runner build --delete-conflicting-outputs
### Migrate Database

Prepare the database **(default: SQLite)** by running the command below. This will create the necessary
tables in the database. You can change the database by editing the `database/config.dart` file.

Currently supports `MariaB`, `MySQL`, `PostgreSQL` and `SQLite`.

```shell
$ dart run bin/tools/migrator.dart migrate
```

You can run the command below to see which commands are available on the migrator.
tables in the database.

```shell
$ dart run bin/tools/migrator.dart
$ dart run --enable-asserts bin/tools/migrator.dart migrate
```

### Start Server
Expand Down

0 comments on commit 2cf26e7

Please sign in to comment.