Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1006 Bytes

File metadata and controls

28 lines (18 loc) · 1006 Bytes

lua-CoatPersistent : an ORM for lua-Coat

Introduction

lua-CoatPersistent is a Lua 5.1 port of Coat::Persistent, a Perl module, which is inspired by Ruby Active Record.

lua-CoatPersistent is an Object-Relational Mapping for lua-Coat. It is built over the modules LuaSQL and Dado. It could support all database engine which has a driver in LuaSQL.

Links

The homepage is at http://fperrad.github.com/lua-CoatPersistent, and the sources are hosted at http://github.com/fperrad/lua-CoatPersistent.

Copyright and License

Copyright (c) 2010-2012 Francois Perrad

This library is licensed under the terms of the MIT/X11 license, like Lua itself.