Comment on COBOL on Wheelchair: Micro web-framework for COBOLparentComments−nsxwolf2yAnd there's file system stuff: https://stackoverflow.com/questions/28640159/what-is-the-dif...−tyingq2yAh, yep. The original nosql. Variable and fixed length record based storage, that comes with the OS.−p_l2yThe parts that are standardised in COBOL (k/v storage) are implemented in GNU COBOL using gdbm/Berkeley DB.
Comments
And there's file system stuff: https://stackoverflow.com/questions/28640159/what-is-the-dif...
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.