Activity
feat(WIP!): preparing the introduction of an EntityMetadata trait to …
feat(WIP!): preparing the introduction of an EntityMetadata trait to …
feat(WIP!): adjusting the output type parameter on RowMapper across t…
feat(WIP!): adjusting the output type parameter on RowMapper across t…
chore: removing the legacy way of retrieving a database connection
chore: removing the legacy way of retrieving a database connection
chore: starting to clean the code around canyon connection and its ex…
chore: starting to clean the code around canyon connection and its ex…
chore: the macro template uses async fn syntax
chore: the macro template uses async fn syntax
feat: re-enabled all the crud operations again
feat: re-enabled all the crud operations again
feat: using the execute new op on the update to return the affected r…
feat: using the execute new op on the update to return the affected r…
feat(wip): re-enabling all the fk operations
feat(wip): re-enabling all the fk operations
feat(wip): only postgres understand relaxing lifetime bounds
feat(wip): only postgres understand relaxing lifetime bounds
feat: query_one to the public interface of Transaction
feat: query_one to the public interface of Transaction
feat: impl of single row result operations
feat: impl of single row result operations
fix: update pk operations
fix: update pk operations
feat: removed #[async_trait] from all the codebase in favour of the i…
feat: removed #[async_trait] from all the codebase in favour of the i…
feat: re-enabled the multi-insert operations
feat: re-enabled the multi-insert operations
feat: re-enabled the insert and delelte operations
feat: re-enabled the insert and delelte operations
test: re-enabled the integration tests of the SelectQuerybuilder
test: re-enabled the integration tests of the SelectQuerybuilder
feat: The DbConnection trait now is able to tell the client which is …
feat: The DbConnection trait now is able to tell the client which is …
feat: getting rid of the implementation indirections of Transaction i…
feat: getting rid of the implementation indirections of Transaction i…
feat(wip): making the querybuilder take and return by value in it's f…
feat(wip): making the querybuilder take and return by value in it's f…
feat: relaxing the querybuilder new bounds on From<&'a I> for Transac…
feat: relaxing the querybuilder new bounds on From<&'a I> for Transac…
feat(wip): working around the limitations of the new generic input I …
feat(wip): working around the limitations of the new generic input I …
feat(wip): allowing Transaction to receive the I: Into<TransactionInp…
feat(wip): allowing Transaction to receive the I: Into<TransactionInp…
feat(wip): replacing datasource as str for macro inputs for the more …
feat(wip): replacing datasource as str for macro inputs for the more …
feat: re-enabled the find by primary key operations
feat: re-enabled the find by primary key operations
feat: doc comments added as a collection
feat: doc comments added as a collection
feat: removed the #[async_trait] from Transaction and DbConnection su…
feat: removed the #[async_trait] from Transaction and DbConnection su…
feat: introducing the IntoResults trait, being implemeted over Result…
feat: introducing the IntoResults trait, being implemeted over Result…
feat(wip): disabling most of the CRUD operations to refactor them in …
feat(wip): disabling most of the CRUD operations to refactor them in …
feat: new modules for each available db client
feat: new modules for each available db client
feat: polishing the new impl for getting db conns
feat: polishing the new impl for getting db conns