Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j256/ormlite-tests
More extensive unit tests
https://github.com/j256/ormlite-tests
java orm ormlite tests
Last synced: 3 months ago
JSON representation
More extensive unit tests
- Host: GitHub
- URL: https://github.com/j256/ormlite-tests
- Owner: j256
- License: isc
- Created: 2013-03-08T16:53:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:20:31.000Z (over 2 years ago)
- Last Synced: 2024-05-01T23:46:11.584Z (8 months ago)
- Topics: java, orm, ormlite, tests
- Language: Java
- Size: 140 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This package provides various tests for the Ormlite project. These tests are not
appropriate for running inside of Ormlite itself because they require database support
that will probably not be available to all developers. These tests actually contact
mysql, postgres, mssql, and other databases that are available to the author.For more information, see the online documentation on the home page:
http://ormlite.com/
Sources can be found online via Github:
https://github.com/j256/ormlite-test
Enjoy,
Gray Watson