Stars
31
Forks
14
Watchers
31
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
47
commits
7
commits
7
commits
7
commits
6
commits
2
commits
Updated DBFlow (3.1.1 -> 4.0.0-beta7), Requery (1.0-SNAPSHOT -> 1.3.0), GreenDAO (2.0.0 -> 3.2.2) versions and made appropriate changes and improvements in code.
60672a8View on GitHubMerge branch 'master' of https://github.com/touchlab/android-orm-benchmark-updated
d0a21c6View on GitHubMerge pull request #9 from skrzyneckik/dependencies_update
950c9b8View on GitHubDBFlow - when db is created it's opened on init as well, so we don't need it here anymore - check FlowConfig few lines above
af286d0View on GitHubDBFlow - insert of data in single transaction by using DBFlow's ITransaction class
7111b1dView on GitHubDBFlow - Added orderedCursorLookUp=true flag to table classes, which improves retrieval of data - it should 'squeeze out more speed at potential cost of flexibility'
fb0da71View on GitHub