2 مستودعات
Mechanisms for transforming raw database values into native application language types.
Distinct from Database Value Casting: Candidates focused on PHP specifically or obfuscation; this is a general driver-level value conversion.
Explore 2 awesome GitHub repositories matching data & databases · Database Value Conversions. Refine with filters or upvote what's useful.
xorm is a relational mapper and object-relational mapping tool for Go. It translates Go structures into SQL queries and maps database rows back into native objects, providing a multi-dialect database driver that supports MySQL, PostgreSQL, SQLite, Oracle, SQL Server, and TiDB. The project features a read-write splitting manager that routes modification requests to a primary database and read requests to replicas. It includes a database schema synchronizer to automatically align table structures and indexes with application data models, as well as a fluent SQL query builder for constructing co
Transforms raw database bytes and strings into application-level types and complex formats.
Rusqlite is an embedded database interface and relational database driver that provides a client library for interacting with SQLite. It functions as an SQL query wrapper, enabling the management of local file-based or in-memory databases through a safe interface. The library allows for the extension of native database capabilities by implementing custom scalar functions, collations, and virtual tables. It also supports the embedding of the database engine directly into the application binary to remove external library dependencies. The project covers a broad range of capabilities including
Transforms database values into native language types including dates, UUIDs, and JSON.