Hacker News new | ask | show | jobs
by nsxwolf 969 days ago
And there's file system stuff: https://stackoverflow.com/questions/28640159/what-is-the-dif...
1 comments

Ah, yep. The original nosql. Variable and fixed length record based storage, that comes with the OS.
The parts that are standardised in COBOL (k/v storage) are implemented in GNU COBOL using gdbm/Berkeley DB.