Crates.io | vegafusion-sql |
lib.rs | vegafusion-sql |
version | 1.6.9 |
source | src |
created_at | 2023-03-16 12:29:58.591284 |
updated_at | 2024-05-09 19:15:59.932023 |
description | VegaFusion SQL dialect generation and connection implementations |
homepage | |
repository | |
max_upload_size | |
id | 811475 |
size | 738,408 |
This crate provides the SqlConnection
and SqlDataFrame
structs with implement the Connection
and DataFrame
traits from the vegafusion-dataframe
crate using SQL. The functionality for generating SQL string across dialects is always available in the crate. Optional support for evaluating the queries is enabled by feature flags with a -conn
suffix.