Skip to content

What do I need?

VievCommunity edited this page May 28, 2020 · 5 revisions

You need three things to include FactEngine into your software:

  1. A boston.vdb file, containing the Object-Role Model metamodel of your database;
  2. The FactEngine.dll (direct link library) file, which allows you to run queries over your database; and
  3. Your database file/s;
FilesNeeded

The boston.vdb file

You create your Object-Role Model, describing your database, using the Boston Object-Role Modeling software from Viev.

boxshot_student_200

Boston can be acquired from www.viev.com.

The FactEngine DLL

The FactEngine DLL can be downloaded from this repository (when it is ready).

Your SQLite database file

Boston will create your .db database file for you.
NB It is best to manage all changes to your SQLite database/s using the Boston software.

Clone this wiki locally