awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesDatabase Provider Plugins

Plugins that enable a framework to communicate with different database engines by implementing provider-specific logic.

Distinct from Database Extenders: Focuses on integrating different database backends rather than adding custom types or indexing to a single engine

Explore 2 awesome GitHub repositories matching data & databases · Database Provider Plugins. Refine with filters or upvote what's useful.

Awesome Database Provider Plugins GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • aspnet/entityframeworkAvatar de aspnet

    aspnet/EntityFramework

    14,690Voir sur GitHub↗

    EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows. It functions as a query engine that converts high-level expressions into optimized SQL commands for data retrieval. The project provides a mechanism for monitoring modifications to loaded objects to synchronize application state with the database. It also includes a system for synchronizing database structures with data models using versioned migration scripts. The framework supports multi-backend database integration through a plugin system, allowing a single application to

    Supports multi-backend database integration through a plugin system to ensure compatibility across different storage engines.

    C#
    Voir sur GitHub↗14,690
  • bc-security/empireAvatar de BC-SECURITY

    BC-SECURITY/Empire

    5,045Voir sur GitHub↗

    Empire is a post-exploitation command-and-control (C2) framework designed for red team operations. It deploys and manages agents written in PowerShell, Python, C#, Go, and C across Windows, Linux, and macOS, using encrypted communication channels over HTTP, HTTPS, and SMB. The framework executes over 400 built-in modules for reconnaissance, privilege escalation, credential theft, and lateral movement, and provides a modular engine for authoring custom attack modules. What sets Empire apart is its multi-language agent deployment system, which allows operators to choose implants that suit each

    Grants plugins automated or manual access to the application database via SQLAlchemy.

    PowerShellc2empirehacktoberfest
    Voir sur GitHub↗5,045
  1. Home
  2. Data & Databases
  3. Database Extenders
  4. Database Provider Plugins