Libraries tagged by nosqlite
mthenw/nosqlite
2206 Downloads
Simple key => value store based on SQLite3
gears/nosqlite
348 Downloads
A NoSQL Database, with the portability of SQLite
bainternet/sqlite-simple-store
50 Downloads
Super lightweight Zero configuration sqlite-based key => value store with expiration time for PHP. Basically its a simple key value storage with and expireation field which will delete the value after it expires. Also since its heavily influenced by redis, some of redis useful functions were implemented.
novalite/novalite
2 Downloads
The skeleton application for the NovaLite framework.
igor822/nosqlibr
20 Downloads
Simple lib to manipulate data with nosql databases
novalite/framework
67 Downloads
The NovaLite Framework
doctrine/dbal
603736392 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
scienta/doctrine-json-functions
25765724 Downloads
A set of extensions to Doctrine that add support for json query functions.
beberlei/doctrineextensions
79423860 Downloads
A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.
nette/database
6955239 Downloads
💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
nette/caching
19242415 Downloads
⏱ Nette Caching: library with easy-to-use API and many cache backends.
ifsnop/mysqldump-php
5956943 Downloads
PHP version of mysqldump cli that comes with MySQL
cycle/orm
910723 Downloads
PHP DataMapper ORM and Data Modelling Engine
catfan/medoo
1550131 Downloads
The lightweight PHP database framework to accelerate development
aura/sql
2652025 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.