gdavidbutler / SQLiteCLIPS

SQLite virtual table for CLIPS template facts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:C 99.6%Language:Makefile 0.4%