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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesSchema Object Definitions

Mechanisms for defining and identifying database entities within specific logical scopes.

Distinguishing note: Focuses on the structural definition of database objects, distinct from general project management.

Explore 4 awesome GitHub repositories matching data & databases · Schema Object Definitions. Refine with filters or upvote what's useful.

Awesome Schema Object Definitions GitHub Repositories

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

    mindsdb/mindsdb

    39,313GitHub पर देखें↗

    MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables. By mapping external data sources, predictive models, and third-party services directly into the database schema, it enables users to perform inference, data retrieval, and complex orchestration using standard SQL syntax. The platform distinguishes itself through an autonomous agent orchestrator that executes iterative reasoning loops, allowing agents to plan data access and synthesize natural language responses from connected knowledge bases. It functions as a federated data ga

    The platform allows users to define schema objects within specific projects by using the project name as a prefix for the object identifier.

    Makefileagentsaianalytics
    GitHub पर देखें↗39,313
  • geldata/gelgeldata का अवतार

    geldata/gel

    14,065GitHub पर देखें↗

    Gel is an object-relational database system that models data as a graph of interconnected objects. By utilizing a strongly typed schema, it enables complex relational queries and polymorphic data structures without the need for traditional join tables. The system integrates native vector storage and similarity search operators, allowing it to function as both a relational and a vector database for semantic data retrieval. The platform distinguishes itself through a comprehensive suite of developer-centric automation tools. It features a declarative migration system that tracks and versions sc

    Models data entities as objects containing properties and links to other objects to represent complex, graph-like relationships.

    Pythondatabaseedgedbedgeql
    GitHub पर देखें↗14,065
  • datlechin/tableprodatlechin का अवतार

    datlechin/TablePro

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

    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

    Retrieves definitions for database objects and performs administrative tasks like truncating or dropping tables.

    Swift
    GitHub पर देखें↗4,471
  • graphql-python/graphene-djangographql-python का अवतार

    graphql-python/graphene-django

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

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Defines plain object types to decouple the external data structure from the internal database schema.

    Python
    GitHub पर देखें↗4,390
  1. Home
  2. Data & Databases
  3. Schema Object Definitions

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

  • Custom Object TypesDefinition of plain object types that decouple the external API from internal database schemas. **Distinct from Schema Object Definitions:** Focuses on the decoupling of the graph schema from the database model, not just identifying database entities.