The PreludeDB Library provides an abstraction layer upon the type and format of the database used to store IDMEF alerts.
libpreludedb allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL, and to access the database independently of the type/format of the database.
Product's homepage
What's New in This Release: [ read full changelog ]
· preludedb-admin has a new 'count' command, printing the result of a COUNT() on the database. preludedb-admin works on smaller sets of data to prevent large retrieval errors.
· preludedb-admin handling of interrupted transactions was improved.
· MySQL and SQLite detection under Mac OS X has been fixed.
· This release will check whether the PostgreSQL version is greater than or equal to 8.2.0, and use the new E'value' escape method when available to avoid a warning.