Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
submarine
submarine
Commits
d1441226
Commit
d1441226
authored
Aug 14, 2007
by
ryszard.szopa
Browse files
export symbols, package.
darcs-hash:23391115c9c9cd85879e263d7f54377c4c1b52ba
parent
1214099b
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.lisp
View file @
d1441226
...
...
@@ -3,4 +3,13 @@
(
in-package
:asdf
)
(
defpackage
:submarine
(
:use
:cl
:s-sql
:cl-postgres
:sb-mop
:iterate
))
(
:use
:cl
:s-sql
:cl-postgres
:sb-mop
:iterate
)
(
:documentation
"A very simple quasi-object persistency system built on top of Postmodern."
)
(
:export
#:db-class
#:foreign-type-p
#:class-name-of
#:class-non-transient-slots
#:slot-value-or-id-if-foreign
#:with-connection
#:with-object-connection
#:with-class-connection
#:dao
#:save-dao
#:dao-exists-p
#:insert-dao
#:update-dao
#:select-dao
))
submarine.asd
View file @
d1441226
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; -*-
(
defpackage
:submarine-system
(
:use
:common-lisp
:asdf
)
(
:export
:*threads*
))
(
:use
:common-lisp
:asdf
))
(
in-package
:submarine-system
)
(
defsystem
:submarine
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment