Skip to content
/ xbin Public

A Simple Binary Virtual Table for SQLite3

Notifications You must be signed in to change notification settings

hgl10/xbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Binary Virtual Table for SQLite3

Current Status

  • where row = ? need manual limit 1
  • insert append data to eof

Usage

.load xbin
create virtual table xbin using xbin(./test.bin);
select count(*) from xbin;

About

A Simple Binary Virtual Table for SQLite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages