From c868d0cf0bb0746bc7aa1e1a92ed1dfd038bae58 Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Tue, 7 Nov 2017 22:03:25 +0530 Subject: [PATCH] Add binding for Lua Closes #52 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 019db18..c185105 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ * Python: [psycopg2](https://pypi.python.org/pypi/psycopg2) * Ruby: [pg](https://bitbucket.org/ged/ruby-pg/wiki/Home) * Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres) +* Lua: [luapgsql](https://github.com/arcapos/luapgsql) ### Tutorials * [Backup and recover a PostgreSQL DB using wal-e](https://coderwall.com/p/cwe2_a/backup-and-recover-a-postgres-db-using-wal-e) - Tutorial about setting up continuous archiving in PostgreSQL using wal-e.