Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Jan 25, 2021
1 parent 90af020 commit d933004
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
JDBC API Wrapper for node.js

## Latest Version
- 0.7.3
- 0.7.4

## Installation
- Release: ```npm i --save jdbc```
Expand All @@ -12,17 +12,6 @@ Please visit [node-jdbc](https://www.npmjs.org/package/jdbc) for information on

## Status
[![Build Status](https://travis-ci.org/CraZySacX/node-jdbc.svg?branch=master)](https://travis-ci.org/CraZySacX/node-jdbc)

## Supported Java Versions
- 1.7
- 1.8

[node-java](https://github.com/joeferner/node-java) has experiemental support for 1.8, and if you are brave you can
compile it with such. All the tests work out of the box on a 1.8 JVM, but I've only wrapped 1.7 functions.

Note that Java 9 is not currently supported. When node-java supports Java 9, I will look into implementing any
new Java 9 API changes (if any).

## Major API Refactor

- **One Instance to Rule Them All (JVM)**
Expand Down

0 comments on commit d933004

Please sign in to comment.