Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Jul 6, 2024
1 parent ba2b884 commit 7a70e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plain-models/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file is compiled from plain-models/plain/db/README.md. Do not edit this file directly. -->
<!-- This file is compiled from plain-models/plain/models/README.md. Do not edit this file directly. -->

# plain-models

Expand Down Expand Up @@ -75,17 +75,17 @@ DATABASES = {
}
```

[Multiple backends are supported, including Postgres, MySQL, and SQLite.](https://plainframework.com/docs/plain-models/plain/db/backends/README.md)
[Multiple backends are supported, including Postgres, MySQL, and SQLite.](https://plainframework.com/docs/plain-models/plain/models/backends/README.md)

## Querying

## Migrations

[Migration docs](https://plainframework.com/docs/plain-models/plain/db/migrations/README.md)
[Migration docs](https://plainframework.com/docs/plain-models/plain/models/migrations/README.md)

## Fields

[Field docs](https://plainframework.com/docs/plain-models/plain/db/fields/README.md)
[Field docs](https://plainframework.com/docs/plain-models/plain/models/fields/README.md)

## Validation

Expand Down

0 comments on commit 7a70e3b

Please sign in to comment.