From f4e493b8e04e60f36b2c78c353294a5cb4ea2933 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 7 Jun 2025 21:14:41 +0200 Subject: [PATCH] Removed finished tasks --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f66ff52..55cba9b 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,6 @@ All commands, parameters and examples are documented here: [docs/CLI.md](docs/CL - Improve performance & latency (Create ready-to-go processes where each contain an n'th share of the entity cache, ready to perform a query. Prepare it after creating the entity cache.) - Make the API server (and indexer, once it is done) a docker container - Implement dynamic invocation based database migrations -- Remove remaining DRY violations using the SQLHelper -- Update server setup in README.md to reflect the removal of the CLI # Future features - Support for other database types (MSSQL, SQLite)