papera 0.2.0

A SQL compatibility layer that transpiles Trino and Redshift SQL to DuckDB SQL
Documentation
1
2
3
4
5
6
7
8
pub mod ddl;
pub mod dml;
pub mod format_strings;
pub mod functions;
pub mod lateral;
pub mod show;
pub mod types;
pub mod unnest;