Skip to content

geoffleyland/lua-patengi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lua
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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