Shared type definitions for Drizzle ORM
This crate provides common type definitions used across multiple Drizzle crates, including:
- [
Dialect] - Database dialect enum (SQLite, PostgreSQL, MySQL) - SQLite types in the [
sqlite] module - PostgreSQL types in the [
postgres] module
Features
std- Standard library support (enabled by default)alloc- Allocator support for no_std environmentsuuid- Enable UUID type supportserde- Enable serde serialization/deserializationchrono- Enable chrono date/time type supporttime- Enable time crate type supportgeo-types- Enable geometric type supportcidr- Enable network address type supportbit-vec- Enable bit vector type support