(defpackage #:bgpstore (:use #:cl #:asdf #:postmodern) ;can't use #:dom -- it exports LENGTH :( (:documentation "Store BGP updates in SQL database.") (:export :start-bgpstore :stop-bgpstore))