DiscArchive is a wxWidgets application that reads files from folders or discs and stores them in a SQLite database. It uses sqLiteDB, a small interface to sqlite3 with basic functions such as opening, closing, statement and query. An example of a phone list is also provided.
wxWidgets application - reads files from folder or disc to a SQLite database using sqLiteDB class - a small interface to sqlite3 with only very basic functions, like open, close, statement and query. another example (a simple phone list) is provided.
Comments