clarify custom validation

This commit is contained in:
steve-chavez
2023-05-03 08:45:05 -03:00
parent 764f0a0352
commit 4f4ae27a2d
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Sponsors
Database as Single Source of Truth
----------------------------------
Using PostgREST is an alternative to manual CRUD programming. Custom API servers suffer problems. Writing business logic often duplicates, ignores or hobbles database structure. Object-relational mapping is a leaky abstraction leading to slow imperative code. The PostgREST philosophy establishes a single declarative source of truth: the database itself.
Using PostgREST is an alternative to manual CRUD programming. Custom API servers suffer problems. Writing business logic often duplicates, ignores or hobbles database structure. Object-relational mapping is a leaky abstraction leading to slow imperative code. The PostgREST philosophy establishes a single declarative source of truth: the data itself.
Declarative Programming
-----------------------