1.7.0 • Published 9 months ago

inxdb v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

InxDB

InxDB is an IndexedDB wrapper for handling offline database operations. It provides a simple and convenient API for working with IndexedDB, a powerful web-based database solution.

Features

  • Create, update, and delete collections
  • Add, retrieve, update, and delete documents within collections
  • Set or overwrite an entire collection with new data
  • Flexible querying options for retrieving documents
  • Error handling for common scenarios

Usage

Under construction...

Error Handling

The InxDB library throws specific error types for common scenarios. Here are the error types you may encounter:

NoCollectionNameError: Thrown when the collection name is not specified. NoDocumentSelectionCriteriaError: Thrown when the document selection criteria is not specified. CollectionNotFoundError: Thrown when the specified collection does not exist.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Fork the repository, make your changes, and submit a pull request.

1.7.0

9 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.2

10 months ago

1.1.0

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago