Removed finished tasks

This commit is contained in:
2025-06-07 21:14:41 +02:00
parent 465926dcab
commit f4e493b8e0

View File

@@ -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.) - 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 - Make the API server (and indexer, once it is done) a docker container
- Implement dynamic invocation based database migrations - 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 # Future features
- Support for other database types (MSSQL, SQLite) - Support for other database types (MSSQL, SQLite)