0.3.2 • Published 3 years ago

hiddb v0.3.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

HIDDB SDK for Typescript & Javascript

The official SDK for the HIDDB vector database.

Installation

To install the SDK type

npm install hiddb

Example usage:

import { HIDDB } from 'hiddb';

async function main() {
    const hiddb = new HIDDB();
    await hiddb.machineLogin("<key>", "<secret>")

    // ...
}

We are working on more examples 🚧
Meanwhile have a look at our API documentation.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

0.2.1

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.3.2

3 years ago

0.2.3

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago