From 3181525338199bfd57615f2f06562f10e736766c Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 12 Mar 2016 20:03:47 -0500 Subject: [PATCH] [docs][ci skip] Adding LuaJIT bindings to the README, moving Postgres to database extensions section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a88b13c2..517eee6a 100644 --- a/README.md +++ b/README.md @@ -206,10 +206,12 @@ Libpostal is designed to be used by higher-level languages. If you don't see yo **Unofficial language bindings** +- LuaJIT: [lua-resty-postal](https://github.com/bungle/lua-resty-postal) + +**Database extensions** + - PostgreSQL: [pgsql-postal](https://github.com/pramsey/pgsql-postal) - - Command-line usage (expand) ---------------------------