Releases: Consensys/souffle.ts
Releases · Consensys/souffle.ts
v0.2.2
v0.2.1
v0.2.0
This release:
- Simplifies interface by removing Instance classes. Instead we have just a
run()
method that returnsResult
instances, which hold references to on-disk resources that may berelease()
-ed, and is responsible for translating facts run()
expects users to provide output relation objects. This requirement was added since finding the actual instantiated relations in the presence of components is tricky.- multiple bug fixes in Component instantiation
v0.1.6
v0.1.5
v0.1.4
Initial GH release. Currently have:
- (mostly) complete parser for the Souffle language
- Instance classes that warp around the Souffle language taking care of:
- running Souffle on the given datalog
- collecting the resulting facts from either .csv files or a sqlite database