[racket-users] Racket web-server question

2021-07-06 Thread Rohan Posthumus
Good morning everyone, Sorry, this is a bit of a noob question, but this is my first Racket program :-) I build a CRUD in Racket web-server, everything seems to work well but my Sqlite database does not update the data until I restart the server. I tried a few things, but all in vain. Any

Re: [racket-users] New to Racket

2021-02-22 Thread Rohan Posthumus
Thanks Jens! I appreciate. The package looks very promising. Kind regards Rohan On Thursday, February 18, 2021 at 12:49:28 PM UTC+2 Jens Axel Søgaard wrote: > Den tor. 18. feb. 2021 kl. 08.09 skrev Rohan Posthumus < > rohanpo...@gmail.com>: > >> I am a data analyst a

Re: [racket-users] New to Racket

2021-02-17 Thread Rohan Posthumus
ents wrote: > Definitely! What’s up? > > John Clements > > > On Feb 17, 2021, at 10:36 PM, Rohan Posthumus > wrote: > > > > Good morning, > > > > I am new to Racket and want to know where I can ask questions if I do > not understand some

[racket-users] New to Racket

2021-02-17 Thread Rohan Posthumus
Good morning, I am new to Racket and want to know where I can ask questions if I do not understand something. Is this the correct platform? Kind regards Rohan -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and

[racket-users] Re: Racket web-server question

2021-07-13 Thread Rohan Posthumus
Good evening Simon, Thank you so much for all your suggestions. I finally figured it out (after going down a few rabbit holes). It wasn't the database/connection that was the problem. When I used other software to view the tables, I could see that the queries were correct. My mistake was that