Skip to content

Commit

Permalink
change orm v2 to dbal v3 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu authored Mar 24, 2024
1 parent 671bcd2 commit 124c87f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# atlas-provider-doctrine

Load [Doctrine 2](https://www.doctrine-project.org/) entities into an [Atlas](https://atlasgo.io) project.
Load [Doctrine](https://www.doctrine-project.org/) entities into an [Atlas](https://atlasgo.io) project.

### Requirements
* [Dbal](https://www.doctrine-project.org/projects/doctrine-dbal/en/3.8/index.html) - `composer require doctrine/dbal:^3`

### Use-cases
1. **Declarative migrations** - use a Terraform-like `atlas schema apply --env doctrine` to apply your Doctrine schema to the database.
Expand All @@ -17,7 +20,7 @@ See [atlasgo.io](https://atlasgo.io/getting-started#installation) for more insta

Install the provider by running:
```bash
composer require ariga/atlas-provider-doctrine:v2
composer require ariga/atlas-provider-doctrine:^3
```

#### Doctrine Console Command
Expand Down

0 comments on commit 124c87f

Please sign in to comment.