blinkblinko
Explore posts from serversDTDrizzle Team
•Created by blinkblinko on 7/31/2024 in #help
Missing newlines when querying sqlite text column
I am saving text to a turso sqlite database, if I shell into the db I can see that the newlines have been saved, but whenever I use drizzle orm db.query.table.findMany() I see that the newlines have been stripped. Any idea how to stop this?
For example, using the db shell:
But using drizzle:
Its the same if I use db.run(sql
SELECT * FROM table
)2 replies