;;;; nomads.import.scm - GENERATED BY CHICKEN 4.7.0.3-st -*- Scheme -*- (eval '(import chicken scheme defstruct (only posix glob directory?) (only extras sprintf printf) (only data-structures sort compose string-split) (only srfi-1 filter fold any) (only srfi-13 string-downcase string-join) (only filepath filepath:drop-extension filepath:combine filepath:split-file-name))) (##sys#register-compiled-module 'nomads (list) '((debug . nomads#debug) (database-credentials . nomads#database-credentials) (migration-directory . nomads#migration-directory) (filename-pattern . nomads#filename-pattern) (filename-partitioner . nomads#filename-partitioner) (filename-joiner . nomads#filename-joiner) (versioner . nomads#versioner) (version? . nomads#version?) (version-less? . nomads#version-less?) (version-equal? . nomads#version-equal?) (version< . nomads#version<) (migrate . nomads#migrate) (db-with-connection . nomads#db-with-connection) (db-with-transaction . nomads#db-with-transaction) (db-schema-information-exists? . nomads#db-schema-information-exists?) (db-schema-version-table . nomads#db-schema-version-table) (db-initialize-schema-information . nomads#db-initialize-schema-information) (db-version-list . nomads#db-version-list) (migration-version . nomads#migration-version) (migration-filename . nomads#migration-filename) (migration? . nomads#migration?) (error-on-non-existent-version . nomads#error-on-non-existent-version) (db-add-version . nomads#db-add-version) (db-remove-version . nomads#db-remove-version) (db-execute-sql . nomads#db-execute-sql) (db-error? . nomads#db-error?) (db-message-from-error . nomads#db-message-from-error) (generate-migration . nomads#generate-migration) (db-latest-version . nomads#db-latest-version) (version->string . nomads#version->string) (string->version . nomads#string->version) (error-on-duplicate-migrations . nomads#error-on-duplicate-migrations)) (list) (list)) ;; END OF FILE