SQLite wrapper - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Utilities (https://staging.qb64phoenix.com/forumdisplay.php?fid=8) +---- Thread: SQLite wrapper (/showthread.php?tid=488) |
SQLite wrapper - jakebullet70 - 05-25-2022 OK, this should be all you need to use SQLite 3 databases. See GitHub for all code needed including sample stuff. https://github.com/jakebullet70/QB64-SQLite Supported Subs / Functions Code: (Select All) '--- open a sqlite DB RE: SQLite wrapper - KingRat - 06-04-2022 Nice job man! I´m gonna try it now. Thanks for sharing!!! |