The SQLite WIL Extender allows WinBatch scripts to create, modify, and query SQLite databases.
Version 44001 Nov 22, 2023 (Beta release.)
YASAM (Yet Another SQLite Access Method) for WinBatch. This extender's design goals are to implement WIL extender functions that follow the underlying SQLite library's exposed interfaces without excessive abstractions and to present SQLite database data values directly as WIL variable types. The benefits of this approach are a simpler extender interface and better performance.
The extender does require some knowledge of the SQL programming language as the extender documentation does not offer an SQL tutorial. It does, however, contain several WinBatch script sample files and an SQL script for building Microsoft Access' NorthWind database.
The goal is to maintain the current design strategy. This means that any feature request will be considered only in the context of that strategy.
The extender can be downloaded here:
https://files.winbatch.com/downloads/wb/ilcsl44i.zipOr you can use the vcheck script.
This is beta software so you may find a few bugs. Reporting them is appreciated.
*The extender's help file is not yet integrated into Consolidated WIL Help, so you must locate the file in the WinBatch folder and click on the file to view it.