SkillAgentSearch skills...

SqliteVirtualTables

Sample how to create virtual table for Sqlite

Install / Use

/learn @kant2002/SqliteVirtualTables
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sqlite Virtual Tables

This repository provide sample how to create virtual tables implementation for Sqlite in C#. This is direct port of series.c from Sqlite repo.

  • SeriesModule.cs is actual implementation of the virtual table
  • VirtualTableSupport.cs contains types and functions from Sqlite which is needed for make this magic works. These functions does not provided by SQLitePCLRaw.

Additional links

View on GitHub
GitHub Stars6
CategoryData
Updated1y ago
Forks2

Languages

C#

Security Score

70/100

Audited on Feb 8, 2025

No findings