ngrest-db icon indicating copy to clipboard operation
ngrest-db copied to clipboard

Simple ORM to use with ngrest

Results 5 ngrest-db issues
Sort by recently updated
recently updated
newest added

Seems like there is a problem when adding ngrest-db package on Mac OS X with the MySQL option. looking through the CMakeLists.txt, it seems that CMAKE_REQUIRED_INCLUDE is not set, so...

Implement method update existing table records.

what do you think about adding mongodb, i did some test and it works.

check also if libpq-fe.h on /usr/include/, in my case I have this header on /usr/include/ and not /usr/include/postgresql (Slackware).

Add mechanism to store schema version and upgrade schema using migration, for example, like as android db helper.