2 个仓库
High-throughput processing of multiple SQL statements or queries loaded from files.
Distinct from SQL Query Execution: Distinct from general SQL execution by focusing on mass processing and file-based batching.
Explore 2 awesome GitHub repositories matching data & databases · Bulk Executions. 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
Processes multiple SQL statements in a single operation or loads queries from files to increase data throughput.
Records 是一套工具,提供 SQL 数据库客户端库、事务管理器以及用于命令行访问和数据导出的实用程序。它作为一个轻量级封装器,针对关系型数据库执行原始 SQL 查询,以简化数据格式检索结果。 该项目包括一个用于运行数据库查询的命令行界面,以及一个将关系查询结果转换为 CSV、JSON 或 Excel 文件以供外部分析的专用数据导出工具。 该库通过支持提交和回滚的原子事务控制涵盖了关系数据库管理。它通过 SQL 参数化处理安全性以防止注入漏洞,并包括用于减少网络开销的批量查询执行能力。
Optimizes performance by running multiple SQL queries in a single operation to reduce network overhead.