https://github.com/ikvmnet/ikvm-vs
IKVM extensions for Visual Studio
https://github.com/ikvmnet/ikvm-vs
Last synced: 8 months ago
JSON representation
IKVM extensions for Visual Studio
- Host: GitHub
- URL: https://github.com/ikvmnet/ikvm-vs
- Owner: ikvmnet
- License: mit
- Created: 2025-03-29T19:28:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-15T15:35:28.000Z (9 months ago)
- Last Synced: 2025-09-15T17:38:36.533Z (9 months ago)
- Language: C#
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.