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) SQLitetypes in the [sqlite] modulePostgreSQLtypes in the [postgres] module
Features
std- Standard library support (enabled by default)alloc- Allocator support forno_stdenvironmentsuuid- 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