sqlite-database
Imports data from a SQLite file.
Arguments
Inputs:
sqlite
: The SQLite file from which the data will be imported.
query
: The SQL query reading from the database (e.g. SELECT * from table WHERE ...
).
Output:
data
: A datatable containing the imported data.
Last updated