Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@MegalithOfficial MegalithOfficial released this 29 Jan 12:02
· 15 commits to main since this release

MegDB v1.0.0 Release

🚀 We're excited to announce the release of MegDB v1.0.0! This release includes several new features, improvements, and bug fixes.

Features:

  • Type-Safe Operations: MegDB leverages TypeScript's type system to ensure type safety throughout your database interactions.

  • Extensibility: Easily extend MegDB by implementing custom data storage drivers. The module is designed to work with various storage solutions.

Changes in v1.0.0:

  • New Feature: Added support for custom data storage drivers.
  • Enhancement: Improved performance for data retrieval operations.
  • Bug Fix: Resolved an issue with data corruption in specific scenarios.