Cargo Features

GeekORM has no features set by default.

[dependencies]
geekorm = { version = "0.2.8", features = ["all", "uuid", "chrono", "rand", "hash", "new", "helpers", "primary_key", "libsql"] }
all = chrono, hash, helpers, new, rand, uuid

All features (minus backends)

uuid all?

Enables uuid of geekorm-core

chrono all?

Enables chrono of geekorm-derive

rand all?

Enables rand of geekorm-core and geekorm-derive

hash all?

Enables hash of geekorm-core and geekorm-derive

new all?

Generate new functions for Tables

Enables new of geekorm-derive

helpers all?

Generate helper functions for Tables

Enables helpers of geekorm-derive

primary_key

Generate primary key functions for Tables automatically

Enables primary_key of geekorm-derive

libsql

Backends for the ORM

Enables libsql of geekorm-core and geekorm-derive