redpilllinpro/nosql-bundle
最新稳定版本:2.0.1
Composer 安装命令:
composer require redpilllinpro/nosql-bundle
包简介
Bundle for simple access to (mainly) nosql databases for Symfony
README 文档
README
This is now a Symfony Bundle for all kinds of DB access in a simple one-table way. This was A Nosql Bundle for Symfony 2. Author: Thomas Lundquist <github@bisonlab.no> Project started june 2011. This started as yet another way to access MongoDB in Symfony 2 and was created because of the disliking of the concept of the Doctrine ODM. The concept is the adapter/mapper/manager with the model being an object with ArrayAccess. The object can use thecollected data dynamically, creating it's own run-time-schema on the fly (Dynamic) or you can write a predefined schema (Static) in a few ways. Right now there are adapters for: * Newest php MongoDb driver. (read and write). * MongoDB (read and write) * DBLib - Readonly. * Mysql - Readonly (Since that was what I needed at the time..) * SugarCRM REST v10 - Readonly As you probably notice, it's both SQL, NoSQL and REST access. The read/write adapter can use the "VersionedManager" for automagical logging of the old dataset. (Only tested on the MongoDB services.) Documentation can be found in Resources/doc/index.rst -- more will arrive in this README later Just for todo: - Write access for mysql, - Kyoto Cabinet - Couchbase.org And as a REST interface readonly-example: OpenBeerDatabase.com
统计信息
- 总下载量: 65
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2013-02-09