X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq.md;h=eb590cd37e2c9aa31d2f4e7bf1f99b4d8e65e090;hb=87a10c2f3c5232b75db9405ab4aaa209bb839a47;hp=45d9faa1b8fe7a8ce58e8cc58734e4e9c5356db3;hpb=c5f7c8e1734fc55eeb1cf3844f2141301f25f576;p=mdref%2Fmdref-pq diff --git a/pq.md b/pq.md index 45d9faa..eb590cd 100644 --- a/pq.md +++ b/pq.md @@ -2,7 +2,7 @@ ## About: -This is a modern binding to the mature [libpq, the official PostgreSQL C-client library](http://www.postgresql.org/docs/current/static/libpq.html). +This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/current/static/libpq.html), the official PostgreSQL C-client library. ### Highlights: @@ -10,3 +10,6 @@ This is a modern binding to the mature [libpq, the official PostgreSQL C-client * Extended type [support by pg_type](pq/UsingTypes). * Fetching simple [multi-dimensional array maps](pq/FetchingResults#markdown-header-fetching-simple-maps). * Working [Gateway implementation](https://bitbucket.org/m6w6/pq-gateway). + +> ***NOTE:*** + This documentation is work in progress.