wailroth
Explore posts from serversWWasp-lang
•Created by wailroth on 8/10/2024 in #🙋questions
Unable to create opensaas project
Hi!
I don't know why i'm getting this error, trying to create a new project:
11 replies
TTCTheo's Typesafe Cult
•Created by wailroth on 5/22/2024 in #questions
Advices for an electron app
Hello guys, I have some conceptions issues with electron,
Sometimes, my app will be on non connected computer, sometimes, will be connected.
My issue is: for non connected, I have to store the data somewhere, I decided on litesql
But, for the connnected computer, I have 2 choices:
include all sql calls to the app, then setup a sql server somewhere for my customers
OR
develop an API that will handle all of that.
Considering, that for now, it's like 1 customer per computer per enterprise, sometimes 2 so it have to be synchronised
For now, I think that a client connection could work, but if I want to scale up, i'll need to develop and API.
7 replies
DTDrizzle Team
•Created by wailroth on 10/22/2023 in #help
Schema to type
Hey guys, how do you make a schema item as a static type ?
for example, this thing:
as
24 replies
DTDrizzle Team
•Created by wailroth on 10/12/2023 in #help
Add even when object is null?
Hi guys,
I have some issues with my schema:
You can see a small part of my schema.
In fact, I can add a user item even when the product_id, that refers to my product id, doesn't exist.
How can I tackle this issue ? I should check before the insert in my request?
Thanks
7 replies
TTCTheo's Typesafe Cult
•Created by wailroth on 10/4/2023 in #questions
NextAuth custom properties for session
Hi guys, there is my nextauth config using drizzle
as you can see, I have normally custom properties like isStaff. But, when I log my session, isStaff or any other propertie is always null
3 replies
TTCTheo's Typesafe Cult
•Created by wailroth on 5/2/2023 in #questions
Edit default sign in form
52 replies