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

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

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

6 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Engines

Configurable storage backends for optimizing data retrieval and chain synchronization performance.

Distinguishing note: Focuses on the selection and configuration of the underlying database engine.

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

Awesome Database Engines GitHub Repositories

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

    ethereum/go-ethereum

    51,178GitHub पर देखें↗

    Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data, utilizing a persistent Merkle Patricia Trie database to ensure the cryptographic integrity of historical records. As a sandboxed smart contract runtime, it executes bytecode according to deterministic protocol rules, enabling the deployment and interaction of decentralized appl

    Allows selecting a preferred key-value storage engine during synchronization to optimize data storage and retrieval.

    Goblockchainethereumgeth
    GitHub पर देखें↗51,178
  • surrealdb/surrealdbsurrealdb का अवतार

    surrealdb/surrealdb

    32,397GitHub पर देखें↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    Maintains data integrity using ACID-compliant transactions, multi-tenancy isolation, and flexible schema modes.

    Rustbackend-as-a-servicecloud-databasedatabase
    GitHub पर देखें↗32,397
  • sqlitebrowser/sqlitebrowsersqlitebrowser का अवतार

    sqlitebrowser/sqlitebrowser

    23,649GitHub पर देखें↗

    This application is a desktop utility for managing, editing, and visualizing local database files. It provides a graphical interface for executing SQL queries, designing database structures, and performing routine maintenance tasks on data stores. The software distinguishes itself through its support for encrypted database files, allowing users to manage password-protected data using modular cryptographic extensions. It also offers built-in tools for data analysis, enabling the generation of graphical charts and plots directly from query results to identify trends within datasets. Beyond its

    Allows linking against specific, pre-installed versions of database engines for infrastructure compatibility.

    C++c-plus-pluscross-platformdatabase
    GitHub पर देखें↗23,649
  • ethicalhack3r/dvwaethicalhack3r का अवतार

    ethicalhack3r/DVWA

    13,236GitHub पर देखें↗

    DVWA is a vulnerable web application sandbox and PHP security training environment. It serves as a deployable penetration testing target and an OWASP Top 10 lab designed for practicing exploits and simulating common web security vulnerabilities. The application allows users to adjust security difficulty levels to match their skill level and toggle between different SQL database engines to test how various systems handle injection attacks. It includes a mechanism to disable authentication, enabling automated security tools to interact directly with the environment. The project provides capabi

    Allows users to toggle between different SQL database engines to test variant injection responses.

    PHP
    GitHub पर देखें↗13,236
  • digininja/dvwadigininja का अवतार

    digininja/DVWA

    13,229GitHub पर देखें↗

    DVWA is a vulnerable web application lab and penetration testing sandbox designed to simulate common security flaws. It serves as a training platform for the OWASP Top 10 security risks and functions as a PHP and MySQL security lab for practicing the identification and exploitation of web vulnerabilities. The project provides a graduated learning experience through configurable security levels that adjust the difficulty of the vulnerabilities. It also supports switching between different database engines to research how various storage systems respond to injection attacks. The application is

    Supports switching between different database engines to test how diverse storage systems respond to injection.

    PHPdvwahackinginfosec
    GitHub पर देखें↗13,229
  • j3ssie/osmedeusj3ssie का अवतार

    j3ssie/Osmedeus

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

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Chooses between SQLite and PostgreSQL for storing scan results and workflow data.

    Go
    GitHub पर देखें↗6,425
  1. Home
  2. Data & Databases
  3. Database Engines

सब-टैग एक्सप्लोर करें

  • SQLite or PostgreSQL SelectionChooses between SQLite and PostgreSQL for storing scan results and workflow data, with connection parameters for remote databases. **Distinct from Database Engines:** Distinct from Database Engines: specifically selects between SQLite and PostgreSQL as interchangeable backends for scan results, not general database engine configuration.