redis-se.js
v0.1.5-rc
Published
redis-se.js is a storage engine for Redis implemented with node.js. It provide a structured query language to manipulate databases. Redis is a NoSQL database based on Key/Value system, but with redis-se.js, it's possible to structured databases like relat
Readme
redis-se.js v0.1.5
Redis-se.js is a storage engine for Redis. It provide a structured query language to manipulate databases. Redis is a NoSQL database based on Key/Value system, but with redis-se.js, it's possible to structured databases like relational database management system (MySQL & co). This storage engine has been made for manage a lot of structured data. The purpose is the best scalability possible. I designed it for a project of my agency, who asked to collect and handle lot of structured data.
Changelog V0.1.5
- Supported schema statements :
get schema,show databases...
Changelog V0.1.4
- Supported transactions
Changelog V0.1.3
- Added a chaching system, then supported of
cache select ... into ... for ...statement
Changelog V0.1.2
- Supported of
selectstatement - Supported of
truncatestatement - Supported of
deletestatement - Supported of
updatestatement - Supported of
insertstatement
Changelog V0.1.1
- Supported of
alter tablestatement - Supported of
delete constraint foreign keystatement - Supported of
delete columnstatement - Supported of
alter columnstatement - Supported of
add constraint foreign keystatement - Supported of
drop tablestatement - Supported of
create tablestatement - Supported of
select databasestatement
Changelog V0.1.0
- Supported of
alter databasestatement - Supported of
drop databasestatement - Supported of
create databasestatement
