Martinfx / SQLiteCobol

SQLite database for OpenCobol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLiteCobol

SQLite database for OpenCobol

How to compile

cobc -c ocshell.c

How to compile with OpenCOBOL

cobc -x -lsqlite3 your_source_code.cbl ocshell.o

Notice

Use at your own risk. No warranty.

About

SQLite database for OpenCobol

License:GNU General Public License v3.0


Languages

Language:C 99.7%Language:Shell 0.1%Language:QMake 0.1%