PowerSQL, the data transformation tool.
Features:
CREATE VIEW
or CREATE TABLE AS
statements.Clone repository and install using cargo
.
cargo install --path .
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: