Extend NeoBase to support AWS DynamoDV, enabling users to query and manage distributed, high-availability databases.
Requirements:
Implement PartiQL query generation based on user prompts.
Enable schema discovery for tables, columns, and data types.
Handle efficient pagination using token-based methods (no LIMIT OFFSET).
Use go based DynamoDB driver for query execution and connection handling.
Ensure safe, optimized query execution.
Maintain consistency with existing database integrations in NeoBase.
Extend NeoBase to support AWS DynamoDV, enabling users to query and manage distributed, high-availability databases.
Requirements:
Implement PartiQL query generation based on user prompts.
Enable schema discovery for tables, columns, and data types.
Handle efficient pagination using token-based methods (no LIMIT OFFSET).
Use go based DynamoDB driver for query execution and connection handling.
Ensure safe, optimized query execution.
Maintain consistency with existing database integrations in NeoBase.