An open API service indexing awesome lists of open source software.

https://github.com/afonso360/pg_cranelift

A toy JIT backend for postgres using cranelift
https://github.com/afonso360/pg_cranelift

Last synced: about 1 year ago
JSON representation

A toy JIT backend for postgres using cranelift

Awesome Lists containing this project

README

          

# pg_cranelift

A toy JIT backend for postgres using [cranelift](https://cranelift.dev/).

## Some useful commands (I'll fill in the README later)

```bash
sudo apt install postgresql-14 postgresql-server-dev-14
```

```bash
make clean && make && make install
```

```bash
pg_ctlcluster 14 ccluster restart
```

```bash
psql -h /tmp -p 5433 -d postgres -U
```

```bash
cargo install --force cbindgen
```