Example of how to use SQLite with C#

I see there is documentation for C++, but I am working mainly with C#. Is there some documentation or examples? https://www.plcnext-community.net/index.php?option=com_content&view;=article&id;=368:how-to-use-sqlite-in-a-plcnext-c-project&catid;=78&Itemid;=366⟨=en Thanks

Hi Alex, If you are targeting the eCLR with your C# code, then I am afraid that there is currently no way (that I know of) to directly access a Sqllite database from C#. If you are targeting .NET Core with your C# code, then this is not something that is specific to the PLC, and it should be possible to follow tutorials like this one: https://www.developersoapbox.com/connecting-to-a-sqlite-database-using-net-core/ ~ Martin.