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

Description Definition #514

Open
Grenny1 opened this issue Jul 11, 2024 · 1 comment
Open

Description Definition #514

Grenny1 opened this issue Jul 11, 2024 · 1 comment

Comments

@Grenny1
Copy link

Grenny1 commented Jul 11, 2024

Hello

In the R-DBI SQLite Description it is stated:
'Embeds the SQLite database engine in R'

and

'because the package itself contains SQLite...'

Does this mean on a Linux box that I'll have two copies of SQLite running? I haven't come across a Linux without SQLite library preinstalled.

Can anybody give me any quick pointers on what parts of the source code for RSqlite and DBI I would need to adapt to get it to work with the preinstalled SQLite?

Thank you for any help.

PS Excuse the lack of a 'c' in the title.

@krlmlr krlmlr changed the title Desription Definition Description Definition Jul 11, 2024
@krlmlr
Copy link
Member

krlmlr commented Jul 11, 2024

Thanks. Yes, we also use the sqlite.c that is part of this package on Linux. The reason is that the SQLite that comes with a Linux distribution can be old, depending on the distribution. Bringing our own SQLite gives us control over the feature set in the R package.

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

No branches or pull requests

2 participants