awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repositorios

Awesome GitHub RepositoriesDatabase Extenders

Plugins and modules that add specialized features like custom data types or advanced indexing to database engines.

Distinct from Advanced Database Features: None of the candidates fit the specific capability of extending database engine functionality.

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

Awesome Database Extenders GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aspnet/entityframeworkAvatar de aspnet

    aspnet/EntityFramework

    14,690Ver en 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#
    Ver en GitHub↗14,690
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Ver en GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Integrates additional modules to provide specialized features like geospatial processing and advanced indexing.

    TypeScriptawscloud-infrastructurehacktoberfest
    Ver en GitHub↗12,817
  • msiemens/tinydbAvatar de msiemens

    msiemens/tinydb

    7,529Ver en GitHub↗

    TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local files, providing a persistence layer that operates without a separate server process. The system is an extensible document store featuring a middleware architecture. This allows for the customization of storage backends and the interception of data operations to transform how information is stored and retrieved. The database manages unstructured data using JSON-based serialization and supports pluggable storage backends for local file persistence.

    Allows modification of storage behavior and data operations via custom middleware.

    Pythondatabasedocumentdbjson
    Ver en GitHub↗7,529
  • spacebarchat/spacebarchatAvatar de spacebarchat

    spacebarchat/spacebarchat

    6,680Ver en GitHub↗

    SpaceBarChat is an open-source, self-hosted chat server that implements the Discord client-server protocol, allowing existing Discord clients and bots to connect without modification. It provides a complete communication platform for real-time messaging, voice, and video, all running on your own infrastructure with data stored in a PostgreSQL database that automatically synchronizes its schema with the application source code. The platform is built on a three-service architecture that separates API, Gateway, and CDN processes, communicating via Unix domain sockets or RabbitMQ for coordination

    Add security, privacy, and configuration settings beyond standard Discord functionality while maintaining full API compatibility.

    discorddiscord-open-sourcefoss
    Ver en GitHub↗6,680
  • prince-mendiratta/botsappAvatar de Prince-Mendiratta

    Prince-Mendiratta/BotsApp

    5,528Ver en GitHub↗

    BotsApp es una herramienta de automatización de WhatsApp y un framework de userbot diseñado para añadir capacidades personalizadas y automatización a una cuenta de usuario estándar de WhatsApp. Funciona como un bot asistente personal que ejecuta acciones automatizadas y gestiona conversaciones dentro de la plataforma. El proyecto proporciona una interfaz programable para automatizar tareas de la cuenta y extender las funciones de un perfil personal. Esto permite la implementación de un userbot para manejar la automatización de mensajería personal y flujos de trabajo repetitivos de la cuenta.

    Adds custom capabilities to a personal WhatsApp profile using a scriptable interface.

    TypeScriptbaileys-botbotbotsapp
    Ver en GitHub↗5,528
  • bc-security/empireAvatar de BC-SECURITY

    BC-SECURITY/Empire

    5,045Ver en 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
    Ver en GitHub↗5,045
  • datlechin/tableproAvatar de datlechin

    datlechin/TablePro

    4,471Ver en GitHub↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Supports installing database extensions to add specialized features, protocols, or analytical functions.

    Swift
    Ver en GitHub↗4,471
  • kuzudb/kuzuAvatar de kuzudb

    kuzudb/kuzu

    3,965Ver en GitHub↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Loads modular components at runtime to add specialized capabilities like graph algorithms.

    C++cypherdatabaseembeddable
    Ver en GitHub↗3,965
  • conversejs/converse.jsAvatar de conversejs

    conversejs/converse.js

    3,265Ver en GitHub↗

    Converse.js is an embeddable, self-hosted XMPP chat client that runs entirely in the browser. It communicates with XMPP servers using standard XML stanzas over WebSocket or BOSH transports, and provides end-to-end encryption through the OMEMO protocol with double ratchet algorithm and X3DH key exchange. The client is built on a plugin-based architecture that allows extending core functionality at runtime without modifying the client itself, and uses a DOM-based rendering approach with an event-driven message bus for internal coordination. The client manages message history through XEP-0313 Me

    Extends chat functionality with custom plugins for file sharing, encryption, and bots.

    JavaScriptchatjabberlit
    Ver en GitHub↗3,265
  • supabase-community/supabase-mcpAvatar de supabase-community

    supabase-community/supabase-mcp

    2,476Ver en GitHub↗

    This project is a Model Context Protocol server and AI agent database connector. It provides a standardized communication layer that allows language models to interact with relational data stores, read database schemas, and manage PostgreSQL database resources. The implementation acts as a serverless host for the Model Context Protocol, deploying on distributed edge functions to connect AI assistants to a project. This enables AI agents to perform database administration, execute SQL queries, and handle schema migrations through an AI-compatible interface. The system covers broader capabilit

    Adds specialized database extensions for vector search, geospatial data, and scheduled tasks.

    TypeScript
    Ver en GitHub↗2,476
  1. Home
  2. Data & Databases
  3. Database Extenders

Explorar subetiquetas

  • Chat Feature Extenders1 sub-etiquetaPlugins and modules that add security, privacy, and configuration options beyond standard chat platform functionality while maintaining API compatibility. **Distinct from Database Extenders:** Distinct from Database Extenders: focuses on extending chat server features (security, privacy, config) rather than database engine capabilities.
  • Database Provider PluginsPlugins 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
  • Middleware Logic ExtensionsExtending database behavior through the implementation of custom middleware functions. **Distinct from Database Extenders:** Specifically implements extension via a middleware chain rather than traditional plugin modules or indexing extensions.