2 repository-uri
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.
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.
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.