Represents all commands that can be used in a transaction
| 2 | |
| 3 | /// Represents all commands that can be used in a transaction |
| 4 | pub trait TransactionQuery: Concat {} |
| 5 | |
| 6 | /// Represents all commands that can be used inside the with method |
| 7 | #[cfg(any(feature = "postgresql", feature = "sqlite", feature = "mysql"))] |
nothing calls this directly
no outgoing calls
no test coverage detected