Is there something like mongodb/couchdb that does the sqlite philiosophy of an in-process database that's just saved out to a file?
I need to convert a python program to store some data in a database and I'd rather not deal with SQL.
Is there something like mongodb/couchdb that does the sqlite philiosophy of an in-process database that's just saved out to a file?
I need to convert a python program to store some data in a database and I'd rather not deal with SQL.
I mean I could always build a small wrapper around an SQLite database I stuff JSON into
but I'd rather not have to
@foone I keep getting ads for some AI BS with a tagline like "write SQL you'll love" and just, what? No. Fuck off.
I write my own SQL tysvm. And it's good SQL that does the job as efficiently as the gods-awful database I work with allows.
I reduced overhead by 99.6% using SQL that I wrote.
I just detest this trend. It's mind numbing.
... got a bit ranty there, sorry.