forked from lucee/extension-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
14 lines (14 loc) · 998 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bundlename: mongodb.extension
bundleversion: 3.12.13.
codename: mongodb
camelname: MongoDB
author: Michael Offner, Jonathan van Zuijlekom & Sean Daniels
category: Datasource,Cache
id: E6634E1A-4CC5-4839-A83C67549ECA8D5B
label: MongoDB Datasource and Cache
labelCache: MongoDB (Beta)
luceeCoreVersion: 5.0.0.150
releaseType: server
class: org.lucee.mongodb.cache.MongoDBCache
description: This extension allows you to use MongoDB directly in your code or as a Cache (Experimental). MongoDB (from humongous) is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.
descCache: This is the MongoDB Cache implementation for Lucee. This allows you to cache objects, primitives and queries in a MongoDB server that can be used as a cache.