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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Content Querying

Utilities for retrieving and inspecting specific values or keys from a database file via a CLI.

Distinct from Content Query Filters: None of the candidates cover CLI-based raw content retrieval from a local KV store; they focus on API filters or joins.

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

Awesome Database Content Querying GitHub Repositories

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

    etcd-io/bbolt

    9,573GitHub पर देखें↗

    bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single memory-mapped file on disk, organizing information using B+ trees to facilitate sorted key iteration and efficient range queries. The project distinguishes itself through a hierarchical data organization model, allowing buckets to be nested within other buckets to create a tree-like structure. It employs a single-writer, multi-reader locking mechanism and copy-on-write transactions to ensure serializable isolation and data integrity. The system includes comprehensive data management capa

    Provides a utility for retrieving specific values or lists of keys from data buckets using human-readable or hexadecimal formats.

    Go
    GitHub पर देखें↗9,573
  • daffainfo/allaboutbugbountydaffainfo का अवतार

    daffainfo/AllAboutBugBounty

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

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Documents extracting database content through SQL injection techniques for bug bounty testing.

    bugbugbountybugbountytips
    GitHub पर देखें↗6,644
  • supabase/supabase-jssupabase का अवतार

    supabase/supabase-js

    4,483GitHub पर देखें↗

    supabase-js is a comprehensive client library designed to integrate frontend applications with a hosted backend-as-a-service. It provides a unified interface for interacting with a PostgreSQL database, identity management systems, cloud object storage, and real-time data synchronization. The library features an isomorphic client design that operates across both browser and server environments. It distinguishes itself through a type-safe approach, utilizing TypeScript to map database schemas directly to client-side definitions, and employs a PostgREST-based API to translate JavaScript calls in

    Provides utilities for retrieving and filtering data from the backend database for application use.

    TypeScriptclient-librarydatabaseisomorphic
    GitHub पर देखें↗4,483
  1. Home
  2. Data & Databases
  3. Database Content Querying

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

  • Injection-Based Content ExtractionRetrieving stored database content by injecting UNION or error-based queries into vulnerable parameters. **Distinct from Database Content Querying:** Distinct from Database Content Querying: focuses on exploiting injection vulnerabilities rather than legitimate querying of local databases.