awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSQL Traffic Filtering

Security mechanisms to restrict database access and block malicious or inefficient SQL statements.

Distinct from SQL Statement Blockers: Candidates focus on SQL parsing or regex matching; this is a functional security layer for database traffic.

Explore 1 awesome GitHub repository matching security & cryptography · SQL Traffic Filtering. Refine with filters or upvote what's useful.

Awesome SQL Traffic Filtering GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • flike/kingshardflike 的头像

    flike/kingshard

    6,414在 GitHub 上查看↗

    Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t

    Restricts database access via IP whitelists and blocks dangerous SQL statements using a blacklist.

    Gokingshardmysqlmysql-proxy
    在 GitHub 上查看↗6,414
  1. Home
  2. Security & Cryptography
  3. SQL Traffic Filtering