# lua-coatpersistent **Repository Path**: mirrors_LuaDist/lua-coatpersistent ## Basic Information - **Project Name**: lua-coatpersistent - **Description**: an ORM for lua-Coat - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lua-CoatPersistent : an ORM for lua-Coat ======================================== Introduction ------------ lua-CoatPersistent is a Lua 5.1 port of [Coat::Persistent](http://search.cpan.org/~sukria/Coat-Persistent), a Perl module, which is inspired by Ruby Active Record. lua-CoatPersistent is an Object-Relational Mapping for [lua-Coat](http://fperrad.github.com/lua-CoatPersistent). It is built over the modules [LuaSQL](http://www.keplerproject.org/luasql) and [Dado](http://www.ccpa.puc-rio.br/software/dado). It could support all database engine which has a driver in LuaSQL. Links ----- The homepage is at [http://fperrad.github.com/lua-CoatPersistent](http://fperrad.github.com/lua-CoatPersistent), and the sources are hosted at [http://github.com/fperrad/lua-CoatPersistent](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.