#mongodb in zig
1 messages · Page 1 of 1 (latest)
yes, that's what happens when you use chatgpt to learn how to program
best advice: don't use mongo
second best advice: find a client for mongo written in C and use it from Zig
it's certainly one of the databases of all time
if you're not familiar with low-level programming, it might be a bit too early for you to use Zig if you want to do high-level stuff, like connecting to mongo to make a web app. we're getting there, but it's still not a smooth learning curve for people without much prior low-level experience
If zig is going to be a promising general purpose programming language, we need to be able to develop web applications with zig.
I imported mariadb and used it with zig. It works.
but i can't say anything about mongo. Haven't used it.
How did you do this?
you're not going to find spring boot in zig, everything that exists right now is experimental
maybe when the package manager releases that will encourage people to build on each other's work 😄