From 281d7a9223bb734a82ed3b88b875b884d2151fb1 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 19 May 2023 14:21:56 -0300 Subject: [PATCH] remove db functions section on index --- docs/index.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 35601c1c5..34890d57d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -82,11 +82,6 @@ Leak-proof Abstraction There is no ORM involved. Creating new views happens in SQL with known performance implications. A database administrator can now create an API from scratch with no custom programming. -Business Logic in Database Functions ------------------------------------- - -There is nothing "business" about keeping data segregated across piles of layers. Use database functions to process data and get the performance benefits of data colocality and reduced network roundtrips. - One Thing Well --------------