Skip to content

H2Sharp is an Ado.Net wrapper for the H2 Database Engine written in C#.

Notifications You must be signed in to change notification settings

mrpostiga/h2sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

h2sharp

H2Sharp is an Ado.Net wrapper for the H2 Database Engine written in C#.

H2 is a java relational database engine.

This project takes the compiled Jar of H2 and Runs IKVM.Net (program to convert Java Byte code to .Net’s CIL) on it.

This project wraps the resulting library with classes that implement the ADO.Net interface to allow for easy use in .Net projects.

As a result the entire system is in CIL (.Net).

This makes it the first commercial friendly, managed, embeddable, reliable, open source, database for .Net and Mono.

About

H2Sharp is an Ado.Net wrapper for the H2 Database Engine written in C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages