Skip to content

wvlet-lib: flow-style query language for SQL engines

Notifications You must be signed in to change notification settings

quackscience/wvlet-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

wvlet-lib

Action builder for wvlet-lib

wvlet-lib vcpkg Package

wvlet-lib is a custom library distributed as both static and dynamic binaries for various platforms. This repository provides a vcpkg package to simplify the integration of wvlet-lib into your projects.

Features

  • Prebuilt static and dynamic libraries.
  • Supported platforms:
    • Linux (x64, arm64)
    • macOS (arm64)

Example

{
  "dependencies": [
    "wvlet-lib"
  ],
  "overrides": [
    {
      "name": "wvlet-lib",
      "version-string": "0.0.1",
      "repository": "https://github.com/quackscience/wvlet-lib.git"
    }
  ]
}