Skip to content

nmset/L7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L7

A custom library aiming to help writing simple database applications using wxWidgets, PostgreSQL and SQLite. It requires wxJSON that should be first downloaded and built with the provided template file.

Build

$ cd L7

$ mkdir build; cd $_

$ cmake -DwxJson_DIR:PATH=/usr/local -DWITH_LIBPQ:BOOL=ON -DWITH_LIBSQ:BOOL=ON ../

$ make L7 -j4 && make L7Test

Documentation

$ cd L7

$ doxygen Resources/L7.dox

Output will be in docs/ .

Disclaimer

Use at your own risks. L7 does not claim to be fit for any purpose. L7 does not expect to be used.

About


A library aiming to help writing database applications using wxWidgets, PostgreSQL and SQLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages