Next: Get columns from table, Previous: Map DB table, Up: FPRM (experimental) [Contents]
(m 'create table-name defs #:if-exists? #f #:primary-keys '() #:engine #f)
'((name varchar 10) (age integer) (email varchar 20))
#:if-exists? has two kinds of possible options:
#:primary-keys specifies the primary keys in the created table.
#:engine specifies the DB engine. It depends on what dbd you chose.