Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample how to create virtual table for Sqlite

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages