1 Backlit is an Ada interface for libpq
2 the C application programmer's interface to PostgreSQL.
4 libpq is a set of library functions that allow client programs to
5 pass queries to the PostgreSQL backend server and
6 to receive the results of these queries.
8 backlit-thin.ads is a complete and direct mapping of the libpq C interface,
9 but you may prefer to use the others package which are more Ada like.
10 Please check the demo directory for some examples of the library usage.
12 An experimental package offering a pool of connection is provided.
13 And may be used in concurent programming.
15 For the moment the library is only able to process
16 text-format parameters.
18 Fututure release may include aa way to use the bind parameter even inside a
19 transaction. Rather than using the transaction only inside a simple SQL query.
22 Ali Bendriss <ali.bendriss@gmail.com>