Cargo Features
ts-sql-helper-lib has no features set by default.
[dependencies]
ts-sql-helper-lib = { version = "0.7.2", features = ["async", "derive", "test"] }
- async
-
Enables tokio-postgres
Affects
migrations::perform_migrations_async… - derive
-
Enables ts-sql-helper-derive
- test
-
Enables rand ^0.9, testcontainers ^0.24, testcontainers-modules ^0.12, and uuid
Affects
ts-sql-helper-lib::test…