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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Alias Management

Utilities for creating named aliases for tables or subqueries to resolve namespace conflicts.

Distinct from Query Management: Existing candidates focus on shell or mail aliases; this is specific to SQL query structure management.

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

Awesome Database Alias Management GitHub Repositories

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

    dbt-labs/dbt-core

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

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Defines programmatic logic for naming database objects by overriding default resolution macros.

    Rustanalyticsbusiness-intelligencedata-modeling
    GitHub पर देखें↗13,051
  • sqlalchemy/sqlalchemysqlalchemy का अवतार

    sqlalchemy/sqlalchemy

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

    SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a

    Creates named aliases for tables or subqueries to manage namespace conflicts and simplify complex query structures.

    Pythonpythonsqlsqlalchemy
    GitHub पर देखें↗11,612
  • olivere/elasticolivere का अवतार

    olivere/elastic

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

    This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data

    Provides utilities for creating named aliases to decouple application logic from physical indices.

    Go
    GitHub पर देखें↗7,450
  1. Home
  2. Data & Databases
  3. Database Alias Management

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

  • Macro-Based Alias ResolversProgrammatic logic for naming database objects via macro overrides. **Distinct from Database Alias Management:** Distinct from Database Alias Management: focuses on the macro-driven generation of aliases rather than manual alias creation.