#Backend with sqlite implementation

1 messages · Page 1 of 1 (latest)

hexed lava
#

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?

pastel cradle
#

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

tidal narwhal
#

oh this is an awesome question and that answer is great. will be following this for others

hexed lava
#

looks great, but if anyone has anything else I'll greatly appreciate it

fathom summit
#

the tests and demos have bridges between cake and sqlight