https://github.com/ikvmnet/calcite-dotnet
ADO.NET Adapter and Driver for Apache Calcite
https://github.com/ikvmnet/calcite-dotnet
Last synced: 4 months ago
JSON representation
ADO.NET Adapter and Driver for Apache Calcite
- Host: GitHub
- URL: https://github.com/ikvmnet/calcite-dotnet
- Owner: ikvmnet
- License: apache-2.0
- Created: 2025-05-11T01:36:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-21T17:14:33.000Z (8 months ago)
- Last Synced: 2025-10-24T04:38:14.640Z (8 months ago)
- Language: C#
- Homepage:
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apache.Calcite.Adapter.AdoNet
This project implements a Calcite Adapter for ADO.NET. This should allow mapping `AdoSchema`s through Calcite, and pushing down operations. This is very early work.
# Apache.Calcite.Data
The goal of this project is to produce an ADO.NET Connection for Apache Calcite that mostly mimics the Avatica JDBC driver. `ikvm-jdbc` implements a ADO.NET -> JDBC wrapper. It is possible much of the code in there can be reused.
This is currently non-functional. Calcite needs to be accessed either by hand or through JDBC presently.