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

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

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

52 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Record Querying

Mechanisms for retrieving data from tables using filters, sorting, and pagination.

Distinct from Single Record Retrievers: Candidates focus on single-record retrieval or counting; this is general multi-record querying.

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

Awesome Database Record Querying GitHub Repositories

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

    judasn/IntelliJ-IDEA-Tutorial

    22,113GitHub पर देखें↗

    This project is an instructional user guide and software development workflow tutorial designed to help users master a professional integrated development environment. It provides educational content and step-by-step instructions for optimizing coding productivity and navigating development tools across various language versions. The material specifically covers the configuration of Java-centric environments, including setting up the operating system, managing dependencies, and tuning memory settings. It offers detailed guidance on utilizing professional tools to streamline development proces

    Instructions for querying records and manipulating table structures directly from the IDE interface.

    android-studiocliondatagrip
    GitHub पर देखें↗22,113
  • invertase/react-native-firebaseinvertase का अवतार

    invertase/react-native-firebase

    12,291GitHub पर देखें↗

    react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile applications. It serves as a native-SDK wrapper, mapping JavaScript method calls to native iOS and Android Firebase SDKs via the React Native bridge to provide a type-safe interface for mobile backend integration. The project enables connectivity to a wide array of cloud services, including user authentication and identity management, NoSQL cloud databases with real-time synchronization, and scalable cloud storage for media files. It also provides tools for sending push notif

    Retrieves specific records from a document database using flexible query filters.

    TypeScript
    GitHub पर देखें↗12,291
  • coleifer/peeweecoleifer का अवतार

    coleifer/peewee

    11,971GitHub पर देखें↗

    Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping application classes to relational database tables. It functions as a relational database toolkit for managing schemas, executing migrations, and handling complex table relationships. The project distinguishes itself by providing an asyncio database driver for non-blocking database operations, ensuring event loop responsiveness. It also supports semi-structured data storage, allowing the storage and querying of flexible JSON documents within traditional relational database systems.

    Provides structured mechanisms for retrieving records from tables using filters, sorting, and pagination.

    Pythonasynciodankfastapi
    GitHub पर देखें↗11,971
  • insforge/insforgeInsForge का अवतार

    InsForge/InsForge

    11,794GitHub पर देखें↗

    InsForge is a backend-as-a-service platform that provides an integrated suite of tools for managing relational databases, identity provision, object storage, and serverless compute. It functions as an open-source identity provider and a PostgreSQL database manager featuring integrated vector storage and row-level security. The platform serves as an LLM orchestration gateway, offering a unified endpoint to route requests across various AI providers through an OpenAI-compatible interface. It enables AI-driven application generation and connects AI agents to backend resources using a standardize

    Retrieves records from tables using filters, sort orders, and pagination.

    TypeScriptaiai-agentscoding
    GitHub पर देखें↗11,794
  • emdash-cms/emdashemdash-cms का अवतार

    emdash-cms/emdash

    10,887GitHub पर देखें↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Filters, sorts, and paginates records using indexed fields to retrieve matching items from a collection.

    TypeScriptastrocmsemdash
    GitHub पर देखें↗10,887
  • magicalpanda/magicalrecordmagicalpanda का अवतार

    magicalpanda/MagicalRecord

    10,713GitHub पर देखें↗

    MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It maps database rows directly to object instances, allowing for the creation, update, and retrieval of records without writing manual query logic. The project functions as a mapping layer that synchronizes object properties with a managed object context. It utilizes generic-based type resolution and model-class querying to enable data fetching directly on model classes, which removes the need for a separate external manager and reduces repetitive fetch request boilerplate. The li

    Provides optimized mechanisms for retrieving database records using concise query logic.

    Objective-C
    GitHub पर देखें↗10,713
  • a16z-infra/ai-towna16z-infra का अवतार

    a16z-infra/ai-town

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

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    Retrieves database records using specific arguments, filters, and business logic.

    TypeScript
    GitHub पर देखें↗9,285
  • mouredev/hello-sqlmouredev का अवतार

    mouredev/hello-sql

    8,826GitHub पर देखें↗

    hello-sql is a collection of educational resources and practical guides designed for mastering relational database design, SQL query writing, and schema mapping. It provides a set of lessons and exercises for practicing the creation and manipulation of data within relational databases. The project includes a database schema workbook for designing tables and mapping relationships, alongside a dedicated SQL query guide for writing selection, filtering, and aggregation statements. These resources are delivered through a relational database tutorial and a broader SQL learning resource. The mater

    Offers practical guides on retrieving information from tables using selection, filtering, sorting, and aggregation.

    Pythonbasesdedatoscursodatabase
    GitHub पर देखें↗8,826
  • amitshekhariitbhu/android-debug-databaseamitshekhariitbhu का अवतार

    amitshekhariitbhu/Android-Debug-Database

    8,663GitHub पर देखें↗

    Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to

    Includes search and sort tools to retrieve and locate specific records across multiple databases.

    Java
    GitHub पर देखें↗8,663
  • xianhu/learnpythonxianhu का अवतार

    xianhu/LearnPython

    8,484GitHub पर देखें↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Provides examples of retrieving, filtering, and modifying database records using an object-relational mapper.

    Jupyter Notebooklearning-pythonpythonpython-flask
    GitHub पर देखें↗8,484
  • crazyguitar/pysheeetcrazyguitar का अवतार

    crazyguitar/pysheeet

    8,150GitHub पर देखें↗

    pysheeet एक तकनीकी संदर्भ लाइब्रेरी है जो उन्नत Python डेवलपमेंट, सिस्टम एकीकरण और उच्च-प्रदर्शन कंप्यूटिंग के लिए कोड स्निपेट्स और कार्यान्वयन पैटर्न का एक क्यूरेटेड संग्रह प्रदान करती है। यह निम्न-स्तरीय नेटवर्क प्रोग्रामिंग, नेटिव C एक्सटेंशन, और एसिंक्रोनस और समवर्ती प्रोग्रामिंग को लागू करने के लिए एक व्यापक गाइड के रूप में कार्य करती है। यह प्रोजेक्ट वितरित GPU इन्फरेंस और उच्च-प्रदर्शन सर्विंग के लिए टूल्स सहित लार्ज लैंग्वेज मॉडल्स के विकास और डिप्लॉयमेंट के लिए विशेष फ्रेमवर्क प्रदान करती है। इसमें GPU रिसोर्स एलोकेशन और मल्टी-नोड वर्कलोड मैनेजमेंट को कवर करते हुए उच्च-प्रदर्शन कंप्यूटिंग क्लस्टर ऑर्केस्ट्रेशन के लिए विस्तृत पैटर्न भी शामिल हैं। यह लाइब्रेरी सुरक्षित नेटवर्क संचार और क्रिप्टोग्राफी, ऑब्जेक्ट-रिलेशनल मैपिंग और डेटाबेस मैनेजमेंट, और जटिल डेटा स्ट्रक्चर्स और एल्गोरिदम के कार्यान्वयन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। यह मेमोरी मैनेजमेंट, फॉरेन-फंक्शन इंटरफ़ेस के माध्यम से नेटिव इंटरऑपरेबिलिटी, और सिस्टम-स्तरीय OS एकीकरण के लिए यूटिलिटीज़ भी प्रदान करती है।

    Demonstrates retrieval of database records using selection constructs and filter conditions.

    Python
    GitHub पर देखें↗8,150
  • vincit/objection.jsVincit का अवतार

    Vincit/objection.js

    7,343GitHub पर देखें↗

    Objection.js is an object-relational mapper for Node.js that maps SQL database tables to classes and rows to model instances. It functions as a high-level abstraction layer built on top of the Knex.js query builder to provide structured model definitions and relational data mapping. The project distinguishes itself through its ability to manage complex object graphs, allowing for the persistence and eager-loading of deeply nested related data in single operations. It incorporates a data integrity layer that uses JSON schema validation to verify model instances before they are persisted to the

    Implements mechanisms for retrieving data from tables using filters, sorting, and programmatic method chaining.

    JavaScript
    GitHub पर देखें↗7,343
  • aarondl/sqlboileraarondl का अवतार

    aarondl/sqlboiler

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

    sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed structures and query helpers. It functions as a schema-driven code generator, transforming database tables and relationships into executable Go source code. The project distinguishes itself through a type-safe query builder that uses chainable modifiers to construct SQL statements, eliminating the need for raw string concatenation. It utilizes customizable text templates to generate source code, allowing for the aliasing of schema entities and the creation of custom templates

    Provides a type-safe way to retrieve data from tables using filters and query modifiers.

    Godatabasegogolang
    GitHub पर देखें↗6,989
  • hyperf/hyperfhyperf का अवतार

    hyperf/hyperf

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

    Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes non-blocking coroutines to handle high concurrency and low-latency request processing, providing a foundation for scalable distributed systems. The framework is distinguished by an aspect-oriented programming based dependency injector that enables pluggable components and meta-programming. It includes a coroutine-optimized object-relational mapper with integrated model caching and an orchestration toolkit for microservice governance, featuring service discovery, circuit breaker

    Includes a fluent query builder for retrieving and manipulating database records using raw SQL and JSON operations.

    PHP
    GitHub पर देखें↗6,855
  • answerdotai/fasthtmlAnswerDotAI का अवतार

    AnswerDotAI/fasthtml

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

    FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It functions as an HTMX integration framework and a Python HTML domain-specific language, allowing developers to generate HTML structures using native objects and functions instead of external templating files. The framework is distinguished by its native support for real-time bidirectional communication via WebSockets and Server-Sent Events, enabling server-side updates to be pushed to the browser without full page reloads. It further integrates identity management through OAut

    Retrieves records from tables with support for filtering, ordering, limits, and offsets.

    Jupyter Notebook
    GitHub पर देखें↗6,846
  • ecrmnn/collect.jsecrmnn का अवतार

    ecrmnn/collect.js

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

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Implements a first-or-fail retrieval pattern for collections, useful for strict data validation.

    JavaScriptcollectionlaravellaravel-collections
    GitHub पर देखें↗6,571
  • bbatsov/rails-style-guidebbatsov का अवतार

    bbatsov/rails-style-guide

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

    This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby on Rails applications. It serves as a style guide, architecture reference, and development guide to ensure consistency across a codebase. The guide provides technical recommendations for establishing naming conventions and architectural patterns. It specifically focuses on organizing models, controllers, and views to separate business logic from data persistence and user interface presentation. The documentation covers a broad range of capabilities, including RESTful API desi

    Provides best practices for retrieving data using batch processing and secure placeholders to optimize performance and security.

    GitHub पर देखें↗6,509
  • inventree/inventreeinventree का अवतार

    inventree/InvenTree

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

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Lists database records with optional filter parameters to narrow the returned results.

    Pythondjangohacktoberfestpython
    GitHub पर देखें↗6,350
  • norman/friendly_idnorman का अवतार

    norman/friendly_id

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

    Friendly ID is an ActiveRecord slugging plugin that generates human-readable URL slugs from model attributes, replacing numeric IDs for cleaner permalinks in Rails applications. It resolves database records by matching a slug string instead of the numeric primary key in finder methods, enabling friendlier URLs throughout an application. The plugin provides a slug conflict resolution system that appends a UUID or uses candidate attribute combinations to guarantee unique slugs when the primary choice is already taken. It also offers a scoped uniqueness engine that restricts slug uniqueness with

    Resolves database records by matching a human-readable slug string instead of the numeric primary key.

    Rubyfriendly-urlpluginrails
    GitHub पर देखें↗6,225
  • ryanb/cancanryanb का अवतार

    ryanb/cancan

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

    CanCan Ruby on Rails एप्लिकेशन के लिए एक ऑथराइजेशन लाइब्रेरी है जो उपयोगकर्ता अनुमतियों को परिभाषित करने के लिए एक घोषणात्मक फ्रेमवर्क प्रदान करती है। यह एक भूमिका-आधारित एक्सेस कंट्रोल सिस्टम के रूप में कार्य करता है जो सभी क्षमता परिभाषाओं को एक ही स्थान पर केंद्रीकृत करके कंट्रोलर्स से सुरक्षा लॉजिक को अलग करता है। यह लाइब्रेरी अनुमति नियमों को डेटाबेस-संचालित फिल्टर में अनुवादित करके खुद को अलग करती है। यह सिस्टम को डेटा लोड होने के बाद अनुमतियों को सत्यापित करने के बजाय, एट्रिब्यूट शर्तों और परिभाषित स्कोप के आधार पर केवल उन विशिष्ट रिकॉर्ड्स को पुनः प्राप्त करने की अनुमति देती है जिन्हें देखने के लिए उपयोगकर्ता अधिकृत है। यह फ्रेमवर्क स्वचालित रिसोर्स लोडिंग और अनिवार्य अनुमति जांच के माध्यम से ऑथराइजेशन प्रवर्तन को कवर करता है। इसमें अनुमति प्राथमिकता के प्रबंधन, कस्टम क्षमता प्रदाताओं को हल करने और रीडायरेक्ट या त्रुटि संदेशों को ट्रिगर करने के लिए एक्सेस डिनाइड अपवादों को वैश्विक रूप से संभालने के लिए तंत्र शामिल हैं।

    Modifies database queries to return only the subset of records a user is permitted to see.

    Ruby
    GitHub पर देखें↗6,212
पिछला123अगला
  1. Home
  2. Data & Databases
  3. Database Record Querying

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

  • Admin Record SearchersSearch fields that filter and find records across any model by querying the database for matching entries. **Distinct from Database Record Querying:** Distinct from Database Record Querying: focuses on admin-specific search UI, not general query mechanisms.
  • Authorized Record Filtering1 सब-टैगModifying database queries to restrict returned records to those the user is authorized to see. **Distinct from Database Record Querying:** Focuses on security-driven filtering rather than general sorting or pagination.
  • First Record Retrievers1 सब-टैगReturning the first row from a result set after applying query conditions. **Distinct from Database Record Querying:** Distinct from Database Record Querying: focuses on retrieving only the first matching record, not general multi-record querying.
  • Relational Record FetchingRetrieval of nested resources and associated records from a primary record. **Distinct from Database Record Querying:** Distinct from Database Record Querying: specifically targets the retrieval of nested, related resources and tracking their fetched state.
  • Slug-Based Record Retrieval1 सब-टैगFiltering database queries by URL slug to return a single matching record. **Distinct from Database Record Querying:** Distinct from Database Record Querying: focuses on slug-based single-record retrieval rather than general multi-record querying.
  • Table Record BrowsersDisplaying records from a database table with configurable row limits and field value truncation. **Distinct from Database Record Querying:** Distinct from Database Record Querying: focuses on browsing and displaying records with formatting options, not general querying with filters.