sqlite
Allows to perform queries on a data stored in an SQLite database.
Syntax
Arguments
db_path
— Path to a file with an SQLite database. String.table_name
— Name of a table in the SQLite database. String.
Returned value
- A table object with the same columns as in the original
SQLite
table.
Example
Query:
Result:
See Also
- SQLite table engine