addressdb
Java graphic front end for SQLite database (eg addressbook)
...Typically the database may be an address book. addressdb incorporates flexible field searches based on SQlite's native comparison operators and word and regular expression searches.
Records may be exported as pdf files with flexible formats (eg address labels) and as text files (eg comma separated values - csv) also with flexible formatting. csv files may be used as backup and to transfer data between databases; addressdb can create a database from a csv file.
Database fields and output formats are specified through a text configuration file which may refer to more than one database and include several output formats. ...