https://github.com/ikvmnet/ikvm-jdbc
IKVM Extensions for JDBC
https://github.com/ikvmnet/ikvm-jdbc
Last synced: 4 months ago
JSON representation
IKVM Extensions for JDBC
- Host: GitHub
- URL: https://github.com/ikvmnet/ikvm-jdbc
- Owner: ikvmnet
- License: mit
- Created: 2022-07-02T23:12:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-04T22:12:42.000Z (8 months ago)
- Last Synced: 2025-10-07T06:48:53.482Z (8 months ago)
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IKVM.Jdbc
## IKVM.Jdbc.Data
ADO.NET provider for JDBC through IKVM.
Current IKVM issues require that the `JdbcConnection` object be initialized with a `java.sql.Connection` instance. Other
constructors will likely fail to locate the named JDBC driver. This has to do with the class loader hierarchy not being exactly right for the JDBC SPI.