Skip to content

geoffleyland/lua-patengi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-patengi - Yet another database adapter for Lua

Build Status

1. What?

Pātengi is a thin layer over other database adapters that makes them look the same.

If the adapter lacks features, it fakes them. (For the moment, this only means that it fakes named parameters for pgsql).

It can't fix the differences in SQL dialects, but it has a cheap macro (in the C sense) mechanism.

Pātengi is Māori for "database" (well, storehouse. Pātengi raraunga would be better but that's a bit long)

2. Why?

Mostly because I didn't read the docs for lua-dbi carefully enough and thought it didn't support query parameters.

By the time I was kindly corrected, I'd already got this far and my binding suited me a little better.

3. How?

Sorry, I haven't got to makefiles or rockspecs yet.

4. Requirements

Lua >= 5.1 or LuaJIT >= 2.0.0.

5. Issues

  • Incomplete

6. Wishlist

  • Tests?

6. Alternatives

  • Many!

About

Yet more database connectivity for Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published