2 repository-uri
Adjusts formatting and parsing settings for database command execution.
Distinct from Database Query Execution: Distinct from Database Query Execution: focuses on the configuration of the execution engine rather than the execution action itself.
Explore 2 awesome GitHub repositories matching data & databases · Execution Configuration. Refine with filters or upvote what's useful.
This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi
Allows adjustment of low-level communication flags to control query parsing, result set handling, and statement execution modes.
Docx-templates is a library designed for the programmatic generation of Word documents by merging dynamic data with predefined template files. It functions as a template engine that processes embedded instructions directly within the document structure to produce customized, data-driven output. The engine distinguishes itself by allowing the execution of arbitrary JavaScript expressions and custom data resolvers during the generation process. This enables complex conditional logic, iterative loops, and the dynamic injection of diverse content types, including images, HTML fragments, and raw X
Provides settings to adjust rendering parameters such as command delimiters and output compression to suit specific environment requirements.