Silvan
Silvan
Explore posts from servers
DTDrizzle Team
Created by Silvan on 11/5/2024 in #help
How to set PRAMGA for Sqlite
Really not sure how this would be done here. Some of them are permanent but some need to be set on every connection. in my example something like: PRAGMA foreign_keys = ON; PRAGMA journal_mode = WAL; PRAGMA synchronous = NORMAL; PRAGMA mmap_size = 134217728; PRAGMA journal_size_limit = 67108864; PRAGMA cache_size = -2000; Where would i set these?
4 replies
CC#
Created by Silvan on 5/30/2024 in #help
Recommendation for handling logging in a API
No description
1 replies
SSolidJS
Created by Silvan on 11/15/2023 in #support
Nested Routing
No description
9 replies
SSolidJS
Created by Silvan on 4/9/2023 in #support
React user confused on how to work with createResource response
Hey Guys i feel like im missing a fundamental thing here. it works but it looks very weird. Is there a better pattern for this? Basically data is an Array. I now want 1 random children to display
4 replies
SSolidJS
Created by Silvan on 3/31/2023 in #support
Get simple fetch data to render
17 replies