Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R Syntax project: split the Engine object #5761

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

boutinb
Copy link
Contributor

@boutinb boutinb commented Dec 16, 2024

Split Engine object with an EngineBase object. The latter can then be used for the R Syntax: this EngineBase object has all the necessary functions used by the RBridge object.
It can be also instantiated with a In memory sqlite database.

Split Engine object with a a EngineBase object. The latter can then be used for the R Syntax: this EngineBase object has all the necessary functions used by the RBridge object. It can be also instantiated with a In memory sqlite database.
@boutinb boutinb requested a review from JorisGoosen December 16, 2024 17:07
@boutinb boutinb merged commit 1f51343 into jasp-stats:development Dec 18, 2024
1 check failed
JorisGoosen pushed a commit that referenced this pull request Jan 7, 2025
* Split Engine object

Split Engine object with a a EngineBase object. The latter can then be used for the R Syntax: this EngineBase object has all the necessary functions used by the RBridge object. It can be also instantiated with a In memory sqlite database.

* Set inMemory as property of DatabaseInterface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants