PowerSQL

PowerSQL, the data transformation tool.

Features:

Getting started

Install the latest version using cargo (curl https://sh.rustup.rs -sSf | sh).

cargo install powersql

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: