Skip to content

Commit 673ce7e

Browse files
committed
Update README.md
1 parent 35e8723 commit 673ce7e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,6 @@ of course, if you have redis running, you can run
184184

185185
Now all common logic described in `./lib/*.js`, and database-specific stuff in `./lib/adapters/*.js`. It's super-tiny, right?
186186

187-
## Project status
188-
189-
This project was written in one weekend (1,2 oct 2011), and of course does not claim to be production-ready,
190-
but I plan to use this project as default ORM for RailwayJS in nearest future.
191-
So, if you are familiar with some database engines - please help me to improve adapter for that database.
192-
193-
For example, I know, mysql implementation sucks now, 'cause I'm not digging too deep into SequelizeJS code,
194-
and I think it would be better to replace sequelize with something low-level in nearest future, such
195-
as `mysql` package from npm.
196-
197187
## Contributing
198188

199189
If you have found a bug please write unit test, and make sure all other tests still pass before pushing code to repo.

0 commit comments

Comments
 (0)