{"repo":"daobab-projects/daobab-core","free":true,"listed":false,"github":"https://github.com/daobab-projects/daobab-core","clone":"git clone https://github.com/daobab-projects/daobab-core.git","description":"Daobab - Java ORM, Object Oriented SQL for Java and Kotlin","language":"Java","stars":42,"topics":["orm","sql","jdbc","jdbc-database","daobab","oracle-database","mysql-database","h2-database","postgresql-database","java-orm"],"license":null,"category":"databases-storage","readme_excerpt":"DAOBAB # Daobab is a Java ORM (Object Relational Mapping) library, allowing to build an SQL as fully object-oriented Java code, which may be used on: database collections buffers remotely Daobab uses Java8 features to recreate the relations between entities into object-oriented code. Example query public List example() { return db.select(tabCustomer) .where(and() .equal(tabCustomer.colActive(), true) .equal(tabCustomer.colLastName(), \"WILSON\")) .limitBy(100) .orderAscBy(tabCustomer.colLastName()) .findMany(); } Building from sources ### The build requires at least Java 8 JDK as JAVA HOME. Repository content ### daobab-core - Daobab ORM sources License Apache License 2.0 ### http://www.apache.org/licenses/LICENSE-2.0 detailed information and examples ### http://www.daobab.io contact@daobab.io","default_branch":null,"files":null,"tree":[],"storefront":"/r/daobab-projects","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/daobab-projects/daobab-core/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}