Skip to content

merguez-it/lorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lorm

Lightweight (C++) ORM

This is a Work In Progress. So test it but don't use it.

Dependencies

Compiling

Documentation

Testing

Compiling

Install cmake, gtest, doxygen and graphviz, then :

On MacOSX, or Linux

cd <path to lhs root>
mkdir build
cd build
cmake ..
make
make test
make doc
make install

On Windows

Not yet...

About

Lightweight Object Relational Mapping for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published