datafusion-table-providers 0.12.0

Extend the capabilities of DataFusion to support additional data sources via implementations of the `TableProvider` trait.
1
SQLite format 3@  .n�
$�$w�AtableprojectsprojectsCREATE TABLE projects(id INTEGER, "name" VARCHAR, description VARCHAR, github_url VARCHAR)a�tablecompaniescompaniesCREATE TABLE companies(id INTEGER, "name" VARCHAR, ticker VARCHAR)
���AppleAAPL	MicrosoftMSFT
//�N	!�AUDataFusionApache DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.https://github.com/apache/datafusion