-
Notifications
You must be signed in to change notification settings - Fork 0
What do I need?
VievCommunity edited this page May 28, 2020
·
5 revisions
You need three things to include FactEngine into your software:
- A boston.vdb file, containing the Object-Role Model metamodel of your database;
- The FactEngine.dll (direct link library) file, which allows you to run queries over your database; and
- Your database file/s;
You create your Object-Role Model, describing your database, using the Boston Object-Role Modeling software from Viev.
Boston can be acquired from www.viev.com.
The FactEngine DLL can be downloaded from this repository (when it is ready).
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.