We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b69150 commit a9a4d00Copy full SHA for a9a4d00
examples/postgres/multi-tenant/README.md
@@ -3,7 +3,7 @@
3
This example project involves three crates, each owning a different schema in one database,
4
with their own set of migrations.
5
6
-* The main crate, an Axum app.
+* The main crate, a simple binary simulating the action of a REST API.
7
* Owns the `public` schema (tables are referenced unqualified).
8
* Migrations are moved to `src/migrations` using config key `migrate.migrations-dir`
9
to visually separate them from the subcrate folders.
0 commit comments