@saasicat/spec 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ related:
|
|
|
10
10
|
|
|
11
11
|
# Prisma Fragments
|
|
12
12
|
|
|
13
|
-
Prisma-DSL rendering of the
|
|
13
|
+
Prisma-DSL rendering of the SaaSiCat data model, **derived from the normative
|
|
14
14
|
sources**: the logical data model in [`docs/data-model.md`](../../../docs/data-model.md)
|
|
15
15
|
and the PostgreSQL artifacts in [`../sql/`](../sql/)
|
|
16
16
|
(`reference-schema.postgres.sql` is generated FROM these fragments via
|