README - info file

* About the Sqlite3 DBD driver

 This a driver for guile-dbi to use a sqlite3 database.

 This version is a copy of the (master) version on github:
 https://github.com/jkalbhenn/guile-dbd-sqlite3
 The github version may be newer!

 Connection string format:
  <database name>


To test: run 
	guile test-guile-dbd-sqlite3.scm

Maintainer hints:

	To build a clean, fresh tool environment:
	Run ./autogen.sh or:

		libtoolize
		aclocal
		autoscan
		autoheader
		automake
		autoconf
		./configure
