awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesParameter Bindings

Techniques for separating SQL structures from data values to prevent injection attacks.

Distinct from Template Interpolation: Existing candidates cover general string interpolation or template literals, not database-specific parameter binding for security.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Parameter Bindings. Refine with filters or upvote what's useful.

Awesome Parameter Bindings GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • masterminds/squirrelMasterminds का अवतार

    Masterminds/squirrel

    7,949GitHub पर देखें↗

    Squirrel is a Go database library and SQL query builder that provides a programmatic interface for constructing and executing SQL statements. It enables the creation of queries using a fluent interface to avoid manual string concatenation. The library functions as a SQL dialect generator, producing queries formatted for specific database engines by adjusting placeholders and syntax to match target requirements. This allows for the generation of SQL compatible with multiple different database environments. Beyond query construction, the project covers the execution of generated statements aga

    Implements deferred interpolation to separate SQL structure from arguments, preventing SQL injection.

    Go
    GitHub पर देखें↗7,949
  • tryghost/node-sqlite3TryGhost का अवतार

    TryGhost/node-sqlite3

    6,417GitHub पर देखें↗

    node-sqlite3 is a relational database client and a set of native bindings that allow Node.js applications to interact with SQLite databases. It functions as a C++ native addon, linking JavaScript to the SQLite C library to manage data stored in local files or in-memory stores. The project includes optional support for SQLCipher, enabling page-level encryption to secure local database files. The driver covers a wide range of database management capabilities, including executing SQL queries with parameter binding, managing connections to database files, and preparing statements for repeated ex

    Maps JavaScript types to SQLite C types to prevent SQL injection and handle binary blobs securely.

    PLpgSQL
    GitHub पर देखें↗6,417
  1. Home
  2. Software Engineering & Architecture
  3. Parameter Bindings