1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-07 13:40:07 +02:00

Merge pull request #186 from dhamaniasad/dhamaniasad-patch-5

Add binding for Lua
This commit is contained in:
Asad Dhamani 2017-11-07 22:03:38 +05:30 committed by GitHub
commit 5026caeeaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.