awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesType Mappings

Conversions between database-specific column types and native programming language objects.

Distinct from PostgreSQL Integrations: Distinct from PostgreSQL Integrations: focuses specifically on type conversion between PostgreSQL types and Ruby objects, not general integration features.

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

Awesome Type Mappings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • doctrine/ormdoctrine 的头像

    doctrine/orm

    10,172在 GitHub 上查看↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    Implements conversions between database-specific column types and native programming language objects based on type and nullability.

    PHPhacktoberfest
    在 GitHub 上查看↗10,172
  • jeremyevans/sequeljeremyevans 的头像

    jeremyevans/sequel

    5,076在 GitHub 上查看↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Converts PostgreSQL-specific column types such as arrays, hstore, and JSON into native Ruby objects.

    Ruby
    在 GitHub 上查看↗5,076
  • pgcentralfoundation/pgrxpgcentralfoundation 的头像

    pgcentralfoundation/pgrx

    4,720在 GitHub 上查看↗

    pgrx is a framework for building and packaging custom PostgreSQL extensions using Rust. It serves as a foreign function interface bridge that maps Rust types and functions to the internal server programming interface of the database. The project provides a specialized toolchain for cross-compilation across different operating systems and target architectures using custom sysroots. It includes a schema generator that automatically translates high-level language structures into SQL definitions and binary protocol mappings. The framework manages memory safety by wrapping database memory context

    Converts between PostgreSQL and Rust types automatically, including zero-copy for text and bytea.

    Rustpostgrespostgresqlpostgresql-extension
    在 GitHub 上查看↗4,720
  • simolus3/driftsimolus3 的头像

    simolus3/drift

    3,231在 GitHub 上查看↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Maps native PostgreSQL types like UUID and date formats to language-native objects.

    Dartdartdart-build-systemflutter
    在 GitHub 上查看↗3,231
  1. Home
  2. Data & Databases
  3. PostgreSQL Integrations
  4. Type Mappings

探索子标签

  • RustConverts between PostgreSQL and Rust types automatically, including zero-copy for text and bytea. **Distinct from Type Mappings:** Distinct from Type Mappings: focuses on Rust-specific type conversions with zero-copy support, not general Ruby-to-PostgreSQL mappings.