Skip to content

nomyx-io/gundb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nomyx/gundb

A TypeScript wrapper for GunDB with additional features and utilities.

Installation

npm install @nomyx/gundb

Usage

import { createGun, createDatabase } from '@nomyx/gundb';

// Initialize Gun
const gun = createGun();

// Create a database instance
const db = createDatabase(gun);

// Use the database
// ... (add more specific usage examples based on your library's features)

Features

  • TypeScript support
  • Enhanced error handling
  • Logging utilities
  • Middleware support
  • (Add other key features of your library)

API Documentation

(Add brief descriptions of main functions and classes exposed by your library)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the ISC License.

About

A database built on Gun.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published