From fe95b0a4300155ca533f74e7135554e573f70090 Mon Sep 17 00:00:00 2001 From: Igor Benav <43156212+igorbenav@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:36:59 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf4946..be86328 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,24 @@

Powerful CRUD methods and automatic endpoint creation for FastAPI.

+

+ + Python Versions + + + Tests + +

+
+

+FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and offset or cursor pagination. +

+

Documentation:


-FastCRUD is a Python package for FastAPI, offering robust CRUD operations and endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and pagination (offset and cursor), all while ensuring efficient async database interaction and schema flexibility. +

Features

+ +

Requirements

+ +

Installing

+ +

Usage

From afa4bf9b0e86e9fdcaa535284061f20c245fd172 Mon Sep 17 00:00:00 2001 From: Igor Benav <43156212+igorbenav@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:33:21 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be86328..e78f6e6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@


-FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and offset or cursor pagination. +FastCRUD is a Python package for FastAPI, offering robust and flexible async CRUD operations and endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and offset and cursor pagination.

Documentation:


From 9e832e30ca8051d45f5b6a1884a3f25fbfb0a74b Mon Sep 17 00:00:00 2001 From: Igor Benav <43156212+igorbenav@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:35:23 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78f6e6..7e58fec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@


-FastCRUD is a Python package for FastAPI, offering robust and flexible async CRUD operations and endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and offset and cursor pagination. +FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and offset and cursor pagination.

Documentation: