Merge: Implementing the Nit wrapper over the native postgres wrapper
authorJean Privat <jean@pryen.org>
Tue, 24 May 2016 13:16:42 +0000 (09:16 -0400)
committerJean Privat <jean@pryen.org>
Tue, 24 May 2016 13:16:42 +0000 (09:16 -0400)
commit125713e33e033916fe8c36435b91a2eb5f149eb7
treecb5abbfac489eedbbfdf4eea73f00cf2dd7e1a2f
parenta82a9632603e0fbd93073a67b88e483faa182193
parentcad6496e94707f840e62f4a7b06fc43c16451b89
Merge: Implementing the  Nit wrapper over the native postgres wrapper

This wrapper works around the `native_postgres.nit` class and implements the minimal amount of functionality of that class to start a connection, use the execution methods, and inspect the results. It's the next phase in the postgres package, I've also added tests.

@xymus

Pull-Request: #2104
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>