select "id", "name", "location" from "company" limit ? -- params: [1]db.query.company.findFirst().prepare(); with this i can then do both .get() and .all(), it seems using get gives me the broken output while doing all give me the array with correct output.