complete rework of the library. The API as changed as well.master
commit597bf53d7a4a0d5eb82f21cb13969e9c2becd991
authorAli Bendriss <ali.bendriss@gmail.com>
Mon, 23 Mar 2009 11:25:55 +0000 (23 11:25 +0000)
committerAli Bendriss <ali.bendriss@gmail.com>
Mon, 23 Mar 2009 11:25:55 +0000 (23 11:25 +0000)
tree9b0d092c05fb9558efaa74986cdbb3ba232fbc69
parent06199613390e1ed47847639646613a01af00a39b
complete rework of the library. The API as changed as well.
The package pool contain a way to work with a concurent program.
15 files changed:
Makefile
README
backlit.gpr
demo/demo.grp
demo/simple_demo.adb
src/backlit-client-statment.adb [deleted file]
src/backlit-client.adb [deleted file]
src/backlit-client.ads [deleted file]
src/backlit-postgres-pool.adb [new file with mode: 0644]
src/backlit-postgres-pool.ads [new file with mode: 0644]
src/backlit-postgres.adb [new file with mode: 0644]
src/backlit-postgres.ads [moved from src/backlit-client-statment.ads with 53% similarity]
src/backlit-utils.adb [new file with mode: 0644]
src/backlit-utils.ads [new file with mode: 0644]
src/backlit.ads