1 مستودع
Executing the same query multiple times with varying parameters to handle large datasets.
Distinct from Bulk Data Processing: Distinct from generic bulk processing by specifically utilizing parameterized SQL for efficiency.
Explore 1 awesome GitHub repository matching data & databases · Parameterized Bulk Processing. Refine with filters or upvote what's useful.
Records is a SQL database client designed for executing raw queries and managing result sets through a simplified interface. It provides a parameterized SQL executor to bind values to placeholders, ensuring safe data handling and preventing injection attacks, alongside a database transaction manager for grouping operations into atomic units. The project includes a dedicated command-line interface for running database statements and exporting query results directly to local files. This tooling allows for the conversion of SQL result sets into multiple serialization formats, including CSV, JSON
Executes the same SQL query multiple times with different parameters to handle large datasets efficiently.