I connected my database 'puzzle_maker' with allegro cl using clsql.
* (clsql:connected-databases)
(#<CLSQL-MYSQL:MYSQL-DATABASE /puzzle_maker/root OPEN @ #x217f159a>)
But when I use the query command it is giving me an error message:
* (clsql-sys:query "select * from category_table")
Error: Attempt to call #<Vector @ #x211265ea> for which the definition has not yet been
(or is no longer) loaded.
[condition type: SIMPLE-ERROR]
Does anyone know what I am doing wrong?