Hiya all,
I'm planning to write a backend in Gleam for a small project, and I'm looking for some implementation examples to learn from. I'm aiming to build a backend that handles user creation, password hashing, user listing, and eventually authentication, all with a database (I'm guessing the sqlight lib?).
Does anyone know of any existing projects or resources that might help? Or is it better to explore the libraries on my own and figure things out as I go?
#Backend with sqlite implementation
1 messages · Page 1 of 1 (latest)
I'm using sqlight in my current project, which also has user signup/login/etc. (I make no promises about the code quality, but you're welcome to look if it helps):
https://github.com/janusvm/myartpage
oh this is an awesome question and that answer is great. will be following this for others
awesome, I'll have a look at it
looks great, but if anyone has anything else I'll greatly appreciate it
plus https://github.com/inoas/gleam-cake maybe
the tests and demos have bridges between cake and sqlight