Skip to content

mkraemer67/daobase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daobase

daobase provides a very lightweight and easy to use DAO based on postgreSQL.

features

  • encapsulates transactions and allows basic CRUD operations
  • native SQL is accessible for other use cases
  • external logging frameworks are easily hookable
  • daobase provides extensive tracing output for error analysis
  • daobase runs in a production environment and is thus constantly tested for stability

get started

Have a look at the test case to understand how to use daobase. For your own application, just inherit from the provided class and build your functionality on top. It's as simple as that!

notes

Currently still under heavy development.

About

lightweight data access object on top of PostgreSQL with encapsulated transaction support and logging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published