Skip to content

ladalja is a java library for handling database, with less code as possible, it was inspired by laravel (php framework) behavior.

License

Notifications You must be signed in to change notification settings

Mezatsong/ladalja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ladalja

ladalja is a java library for handling database, with less code as possible, it was inspired by laravel (php framework) behavior

Which work ladalja library will make you easy ?

  • When you are doing a java project with database, you may create your beans, create the DAO interfaces and classes.
    This will help you in DAO works
    how?
    You will have to create your bean with some rule mentioned in documentation and then you have done your database works, like in the php laravel project.
  • You may also do your project without beans or models, simply by using the QueryBuilder in library which will help you to build your query, execute it with transactions, and return result in java.util.Map object or in java.sql.ResultSet if you want; The name of method match with name of laravel database method, thus if you know how laravel database work, you will nearly have nothing to learn.

Author

MEZATSONG TSAFACK Carrel - meztsacar@gmail.com

Contributor

  • You? ;) We're always open to improvements.

Learning ladalja

Ladalja has the most extensive and thorough documentation.

Licence

The ladalja library is open-sourced software licensed under The MIT License (MIT)

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software 
and associated documentation files (the “Software”), 
to deal in the Software without restriction, including without limitation the rights to use, 
copy, modify, merge, publish, distribute, sublicense, 
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of 
the Software
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 
THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

ladalja is a java library for handling database, with less code as possible, it was inspired by laravel (php framework) behavior.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages