repository-orm icon indicating copy to clipboard operation
repository-orm copied to clipboard

Library to smooth the implementation of the repository pattern.

Results 4 repository-orm issues
Sort by recently updated
recently updated
newest added

Hi all, right now I'm not using this project and don't have the time to maintain it, I plan to start using it again in the future so I'll probably...

bug

Test that the PypikaRepository supports PostgreSQL databases

## Description It would be nice if the repositories could load a schema to understand the relationship between entities. In this schema we could define the following relationships: * One...

## Description Even though TinyDB is meant to be schemaless, we could have a tool like yoyo for sql to do changes in the existent objects to conform to the...