PowerSQL

PowerSQL, the data transformation tool.

Features:

Get started

Clone repository and install using cargo.

cargo install --path .

PostgreSQL

To get started with PostgreSQL, simply create a new project in a file called powersql.toml:

[project] name = "my_project" models = ["models"]

To run against the database, provide the following environment variables: