This is the cl-migrations Reference Manual, version 0.0.3, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:09:22 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-migrations
0.0.3
clsql
(system).
packages.lisp
(file).
config.lisp
(file).
migrate.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-migrations/cl-migrations.asd
cl-migrations/packages.lisp
cl-migrations/config.lisp
cl-migrations/migrate.lisp
cl-migrations/cl-migrations.asd
cl-migrations
(system).
*cl-migrations-version*
(special variable).
cl-migrations/config.lisp
packages.lisp
(file).
cl-migrations
(system).
*config-pathname*
(special variable).
connect-db
(function).
disconnect-db
(function).
*migration-dir*
(special variable).
*schema-table-name*
(special variable).
+all-db-types+
(special variable).
aodbc-spec
(reader method).
(setf aodbc-spec)
(writer method).
conn-specs
(class).
create-schema-table
(function).
db-type-spec
(function).
init-config
(function).
init-connection
(function).
load-necessary-systems
(function).
mysql-spec
(reader method).
(setf mysql-spec)
(writer method).
odbc-spec
(reader method).
(setf odbc-spec)
(writer method).
oracle-spec
(reader method).
(setf oracle-spec)
(writer method).
postgresql-socket-spec
(reader method).
(setf postgresql-socket-spec)
(writer method).
postgresql-spec
(reader method).
(setf postgresql-spec)
(writer method).
read-specs
(function).
spec-fn
(function).
sqlite-spec
(reader method).
(setf sqlite-spec)
(writer method).
sqlite3-spec
(reader method).
(setf sqlite3-spec)
(writer method).
cl-migrations/migrate.lisp
config.lisp
(file).
cl-migrations
(system).
compare-files
(function).
decf-db-version
(function).
exec-migrations
(function).
get-db-version
(function).
get-file-range
(function).
get-latest-migration
(function).
get-migration-files
(function).
get-migration-number
(function).
incf-db-version
(function).
select-migration-files
(function).
Packages are listed by definition order.
cl-migrations
Database Migrations for Common Lisp
clsql
.
common-lisp
.
*config-pathname*
(special variable).
connect-db
(function).
disconnect-db
(function).
generate
(function).
migrate
(function).
*migration-dir*
(special variable).
*schema-table-name*
(special variable).
+all-db-types+
(special variable).
aodbc-spec
(generic reader).
(setf aodbc-spec)
(generic writer).
compare-files
(function).
conn-specs
(class).
create-schema-table
(function).
db-type-spec
(function).
decf-db-version
(function).
exec-migrations
(function).
get-db-version
(function).
get-file-range
(function).
get-latest-migration
(function).
get-migration-files
(function).
get-migration-number
(function).
incf-db-version
(function).
init-config
(function).
init-connection
(function).
load-necessary-systems
(function).
mysql-spec
(generic reader).
(setf mysql-spec)
(generic writer).
odbc-spec
(generic reader).
(setf odbc-spec)
(generic writer).
oracle-spec
(generic reader).
(setf oracle-spec)
(generic writer).
postgresql-socket-spec
(generic reader).
(setf postgresql-socket-spec)
(generic writer).
postgresql-spec
(generic reader).
(setf postgresql-spec)
(generic writer).
read-specs
(function).
select-migration-files
(function).
spec-fn
(function).
sqlite-spec
(generic reader).
(setf sqlite-spec)
(generic writer).
sqlite3-spec
(generic reader).
(setf sqlite3-spec)
(generic writer).
cl-migrations-asd
asdf/interface
.
common-lisp
.
*cl-migrations-version*
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Check for schema table and create if it does not exist.
Excute all the migrations within the given range in a transaction.
Get the migration files within the given range, in ascending order.
Get the version of latest migration available.
Get all files from the migrations directory, and sort them numerically.
Load database configuration and create a connection if none exists.
Connect to the database; Truncate database if clean flag is set.
Load the matching database type
Read database and migrations directory specs and set respective variables.
Return migration files in ascending or descending order based on whether migrating up or down respectively.
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
conn-specs
)) ¶automatically generated reader method
odbc
.
conn-specs
)) ¶automatically generated writer method
odbc
.
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
conn-specs
)) ¶automatically generated reader method
conn-specs
)) ¶automatically generated writer method
Connection specs for CLSQL for different databases
Jump to: | (
A C D E F G I L M O P R S |
---|
Jump to: | (
A C D E F G I L M O P R S |
---|
Jump to: | *
+
A M O P S |
---|
Jump to: | *
+
A M O P S |
---|
Jump to: | C F M P S |
---|
Jump to: | C F M P S |
---|