Skip to content

gdavidbutler/SQLiteCLIPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLiteCLIPS

SQLite virtual table for CLIPS template facts

See SQLite and CLIPS

Synopsis: CREATE VIRTUAL TABLE "name" USING CLIPS("templateName");

  • Columns are CLIPS' templates' "single" slots that allow SYMBOL, INTEGER, FLOAT and / or STRING types
  • Column ROWID (fact index) can not be set on INSERT nor changed on UPDATE
  • Fact duplicates are controlled by CLIPS' setting "set-fact-duplication"
  • Otherwise use EXISTS

See example.c

About

SQLite virtual table for CLIPS template facts

Topics

Resources

License

Stars

Watchers

Forks