Go to file
2025-05-05 17:09:30 +01:00
app cleaned up all the tests and refactored the db class 2025-05-05 17:09:30 +01:00
db cleaned up all the tests and refactored the db class 2025-05-05 17:09:30 +01:00
tests cleaned up all the tests and refactored the db class 2025-05-05 17:09:30 +01:00
.gitignore rexx address book 2025-05-04 19:07:21 +01:00
addbook.rex correct tests, the way god intended 2025-05-05 14:52:40 +01:00
README.md rexx address book 2025-05-04 19:07:21 +01:00

Rexx Address Book

/***************************************************************************
* Rexx Address Book                                                       *
*                                                                         *
* A simple application for storing, maintaining, and browsing contact     *
* information.                                                            *
*                                                                         *
* Backend: Object Rexx with unix system, and sqlite extensions.           *
* Frontend: Object Rexx with ncurses extensions.                          *
  **************************************************************************/