Skip to content

An alternative database package for Nooku so you can use MongoDB

Notifications You must be signed in to change notification settings

raeldc/nooku-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MongoDB Support for Nooku Framework

Warning: This code is a prototype, incubation stage. Use it at your own risk!

Instructions

  • Clone into your /administrator/components and name it com_mongo.
  • Edit /administrator/components/com_mongo/databases/adapters/document.php, in the _initialize(), enter your MongoDB credentials.
  • In your model, extend ComMongoModelDocument.
  • It is recommended that you don't use this as a separate library because the tables/rowsets/rows will not fall back here. Just use it within your component, and rename the classes with ComComponent...

That's it you're ready to go MongoDB!

Notes:

  • There is still no validation and filtering. Everything you put in the Row object, will be saved in your collection!
  • Only basic CRUD and querying is supported for now.

About

An alternative database package for Nooku so you can use MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages