add postgres binding info

This commit is contained in:
darrell
2016-03-12 12:32:17 -08:00
parent c5498c6c0c
commit 083222c525

View File

@@ -193,7 +193,9 @@ gcc app.c `pkg-config --cflags --libs libpostal`
Bindings Bindings
-------- --------
Libpostal is designed to be used by higher-level languages. Here are the officially-supported language bindings: Libpostal is designed to be used by higher-level languages. If you don't see your language of choice, or if you're writing a language binding, please let us know!
**Officially supported language bindings**
- Python: [pypostal](https://github.com/openvenues/pypostal) - Python: [pypostal](https://github.com/openvenues/pypostal)
- Ruby: [ruby_postal](https://github.com/openvenues/ruby_postal) - Ruby: [ruby_postal](https://github.com/openvenues/ruby_postal)
@@ -202,7 +204,11 @@ Libpostal is designed to be used by higher-level languages. Here are the officia
- PHP: [php-postal](https://github.com/openvenues/php-postal) - PHP: [php-postal](https://github.com/openvenues/php-postal)
- NodeJS: [node-postal](https://github.com/openvenues/node-postal) - NodeJS: [node-postal](https://github.com/openvenues/node-postal)
If you don't see your language of choice, or if you're writing a language binding, please let us know! **Unofficial language bindings**
- PostgreSQL: [pgsql-postal](https://github.com/pramsey/pgsql-postal)
Command-line usage (expand) Command-line usage (expand)
--------------------------- ---------------------------