API CHANGE: Removed the OBJECT arg from attribute-value
[clinton/lisp-on-lines.git] / src / packages.lisp
index e65ff7c..b10abdb 100644 (file)
@@ -3,13 +3,23 @@
    :common-lisp
    #:contextl
    #:closer-mop
    :common-lisp
    #:contextl
    #:closer-mop
+   #:postmodern
    #:alexandria)
   (:nicknames #:lol)
   (:export
    #:alexandria)
   (:nicknames #:lol)
   (:export
-   
+
+;; ROFL stuff here temporarily
+   #:standard-db-access-class
+   #:make-dao-from-row
+   #:described-db-access-class
+   #:select-only
+   #:select
+
 ;; Descriptions
    #:find-description
    #:define-description
 ;; Descriptions
    #:find-description
    #:define-description
+   #:described-object
+   #:described-class
    #:with-active-descriptions
 
    ;; Displays
    #:with-active-descriptions
 
    ;; Displays