Skip to content

Releases: HapLifeMan/mongo-adonis

2.0.0

23 Dec 10:58

Choose a tag to compare

Refactor env vars from MONGODB_* to DB_*

Updated all environment variable names and references from MONGODB_* to DB_* for consistency and clarity. Adjusted documentation, configuration files, stubs, and test helpers accordingly. Bumped package version to 2.0.0 to reflect this breaking change.

1.0.0

19 Mar 17:17

Choose a tag to compare

Introducing... mongo-lucid: a Mongo provider for Adonis 6, finally!

Adonix x Lucid x Mongo

Leverage the power of objects in Node.js with MongoDB's object-oriented database and AdonisJS 6's Lucid ORM. Built specifically for AdonisJS 6, mongo-lucid supports latest MongoDB versions.

✨ Features

  • 🔌 Seamless MongoDB Integration: Use MongoDB with the familiar Lucid ORM API
  • 🎯 TypeScript First: Full type safety and autocompletion
  • 🔄 Active Record Pattern: Intuitive model-based database operations
  • 🔗 Rich Relationships: Support for HasOne, HasMany, BelongsTo relationships
  • 🎨 Decorator Support: Clean and declarative model definitions
  • 🔍 Powerful Query Builder: Fluent API for complex queries
  • 🔐 Built-in Auth Support: Works seamlessly with AdonisJS 6 auth
  • 📦 Zero Configuration: Get started with minimal setup