An open API service indexing awesome lists of open source software.

https://github.com/dvgamerr/derby-jdbc-cs


https://github.com/dvgamerr/derby-jdbc-cs

csharp derby derby-database

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### I have figured out the issue.

1. two libraries `derbytools.jar` and `derby.jar` have to be compiled via [ikvmc](https://sourceforge.net/projects/ikvm/files/) to `.dll` and add as reference
2. need to add NuGet package `IKVM.OpenJDK.Jdbc`, `IKVM.OpenJDK.Core` and `IKVM.OpenJDK.Management`
3. current code is `C#`