d-r-q / qbit

qbit is a kotlin-multiplatform embeddable decentralized DBMS with object-relational information model
44 stars 9 forks source link

Stored procedures, db functions #74

Open d-r-q opened 4 years ago

d-r-q commented 4 years ago

It's possible to keep the code implementing transactions right in qbit storage, and it may enable much more powerful conflicts avoidance and resolution solutions.

Investigate such possibility.

Probably, Kotlin scripting may be used for implementation (when will be available on all platforms): https://github.com/Kotlin/KEEP/blob/master/proposals/scripting-support.md#simple-host-eval-function