-
Notifications
You must be signed in to change notification settings - Fork 0
Update README with TODO and KBUtilLib note #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,14 +2,19 @@ | |||||
|
|
||||||
| FastAPI application for table scanning operations with MinIO storage integration. | ||||||
|
|
||||||
| # TODO | ||||||
| * Look into duckdb or in memory db | ||||||
|
||||||
| * Look into duckdb or in memory db | |
| * Look into duckdb or in-memory database |
Copilot
AI
Dec 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are excessive blank lines after the TODO section. Consider removing one of the two consecutive blank lines to maintain consistent spacing throughout the document.
Copilot
AI
Dec 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace has been added on this line. This should be removed to maintain clean formatting and avoid unnecessary whitespace in the document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spelling of "duckdb" is incorrect. It should be capitalized as "DuckDB" which is the proper name of the database system.