不要怂,就是干,撸起袖子干!

Commit fef5e71f by Sascha Depold

roadmap

1 parent 5fa778ea
Showing with 23 additions and 0 deletions
...@@ -19,6 +19,29 @@ The Sequelize library provides easy access to MySQL, SQLite or PostgreSQL databa ...@@ -19,6 +19,29 @@ The Sequelize library provides easy access to MySQL, SQLite or PostgreSQL databa
- Associations - Associations
- Importing definitions from single files - Importing definitions from single files
## Roadmap
### 1.6.0 (ToDo)
- Fix last issues with eager loading of associated data
### 1.7.0
- Transactions
- Support for update of tables without primary key
- MariaDB support
- Support for update and delete calls for whole tables without previous loading of instances
### 1.7.x
- Complete support for non-id primary keys
### 1.8.0
- API sugar (like Model.select().where().group().include().all())
- Schema dumping
- enum support
- attributes / values of a dao instance should be scoped
### 2.0.0
- save datetimes in UTC
## Documentation, Examples and Updates ## ## Documentation, Examples and Updates ##
You can find the documentation and announcements of updates on the [project's website](http://www.sequelizejs.com). You can find the documentation and announcements of updates on the [project's website](http://www.sequelizejs.com).
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!