Skip to content

Commit

Permalink
Merge pull request #1 from archiewood/main
Browse files Browse the repository at this point in the history
suggestions for readme
  • Loading branch information
samansmink authored Oct 24, 2024
2 parents be3e65d + 4f3e307 commit ac343f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# DuckDB Rust extension template
This is an experimental template for Rust based extensions based on the C Extension API of DuckDB.

## Cloning

Clone the repo with submodules

```shell
git clone --recurse-submodules <repo>
```

## Venv

This template assumes you are using a venv called `venv`. If you are using uv,

```shell
uv venv venv
source venv/bin/activate
```

## Building
Building is simple just ensure Rust is installed, then run
```shell
Expand Down

0 comments on commit ac343f1

Please sign in to comment.