Skip to content

Commit

Permalink
Update readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Oct 16, 2024
1 parent cb7106f commit 8daeaff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/node-firebird-driver-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

# Firebird high-level native client for Node.js / TypeScript

node-firebird-driver-native is a modern (Firebird 3+ client, Node.js 10+, TypeScript 2+) native client for Firebird based in the
node-firebird-driver API.
`node-firebird-driver-native` is a modern (Firebird 3+ client, Node.js 18+, TypeScript) native client for Firebird based in the
`node-firebird-driver` API.

## Installation

```sh
yarn add node-firebird-driver-native
```

## Usage example

Expand Down
2 changes: 2 additions & 0 deletions packages/node-firebird-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ There is also plan to create a socket-based (pure Node.js) driver.

## Installation

```sh
yarn add node-firebird-driver
```

# Donation

Expand Down
5 changes: 3 additions & 2 deletions packages/node-firebird-native-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

# Firebird low-level API for Node.js / TypeScript

This project currently is a working in progress to have full Firebird API definitions for Node.js. It's currently not recommended to be used
directly.
This project maps the Firebird low-level OO-API to Node.js and it's not recommended to be used directly.

## High-level native client

Expand All @@ -14,7 +13,9 @@ https://github.com/asfernandes/node-firebird-drivers/tree/master/packages/node-f

## Installation

```sh
yarn add node-firebird-native-api
```

# Donation

Expand Down

0 comments on commit 8daeaff

Please sign in to comment.