SQLAlchemy ругается на
(1064, 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'"book" VALUES(1,\'Fahrenheit 451\')\' at line 1').
БД MySQL. При работе с SQLite все в порядке (делал экспорт\импорт с готовой SQLite).
'INSERT INTO "book" VALUES(1,\'Fahrenheit 451\');'