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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesPostgreSQL-Specific Features

Support for database-specific data types and functions.

Explore 2 awesome GitHub repositories matching data & databases · PostgreSQL-Specific Features. Refine with filters or upvote what's useful.

Awesome PostgreSQL-Specific Features GitHub Repositories

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

    django/django

    87,878GitHub पर देखें↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read

    Leverages advanced database-specific capabilities like JSON fields and array types for more flexible data modeling.

    Pythonappsdjangoframework
    GitHub पर देखें↗87,878
  • graphile/postgraphilegraphile का अवतार

    graphile/postgraphile

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

    PostGraphile is an automated tool that converts a PostgreSQL database schema into a fully functional GraphQL API. It serves as a GraphQL execution engine and schema orchestrator, utilizing database schema introspection to retrieve strongly typed metadata directly from PostgreSQL. The project features a modular system for composing and standardizing GraphQL schemas through plugins, which manage naming conventions and connections. It includes a PostgreSQL query builder that constructs dynamic, SQL-injection-proof queries using tagged template literals. The system employs a declarative query pl

    Retrieves strongly typed database field details by querying official PostgreSQL system catalogs.

    TypeScript
    GitHub पर देखें↗12,929
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Relational
  6. PostgreSQL-Specific Features

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

  • Catalog IntrospectionCapabilities for extracting typed metadata by querying database system catalogs. **Distinct from PostgreSQL-Specific Features:** Distinct from PostgreSQL-Specific Features: specifically targets the extraction of typed metadata from system catalogs for schema generation.