Skip to content

Add System.Data.SQLite implementation and benchmarking #183

Add System.Data.SQLite implementation and benchmarking

Add System.Data.SQLite implementation and benchmarking #183

Workflow file for this run

name: CI
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run
run: dotnet run -c Release
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Run
run: dotnet run -c Release
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run
run: dotnet run -c Release