Skip to content

matchy-java v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 21:35
· 7 commits to main since this release

Initial release of matchy-java - Java wrapper for matchy.

Features

  • JNA bindings to native matchy library
  • Database class for opening and querying .mxy databases
  • DatabaseBuilder for creating databases programmatically
  • QueryResult, DatabaseStats, OpenOptions wrapper classes
  • Fat JAR with native libraries for Linux (x86_64, aarch64), macOS (aarch64), and Windows (x86_64)

Usage

Add the JAR to your classpath. The native library is bundled and loads automatically.