Skip to content

Commit

Permalink
Removed IntelliSense as a feature
Browse files Browse the repository at this point in the history
It was buggy at best, useless at worst and is no longer supported in the
latest changes (using Functionality).
  • Loading branch information
notheotherben committed Sep 13, 2014
1 parent 12a537d commit 9c50e59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Iridium hopes to solve these issues by providing a bare bones ORM targeted at po
MongoDB's greatest strength is its ability to support dynamic schemas, we think that's a great idea but sometimes it's necessary to be able to validate aspects of your models. That's where Iridium's validation framework comes in - with an intuitive schema design framework with support for optional and dynamic fields, you'll never find yourself stuck again.
- **Powerful Transforms**
Anyone familiar with MongoDB knows the headaches that ObjectID causes due to its custom datatype. We also know that sometimes custom datatypes are unavoidable, or preferable for storage - though not necessarily ideal for processing. Iridium allows you to define a set of up-down transforms which are applied to parts of your model so that your code doesn't need to worry about these inconsistencies, and you can get down to writing the code you want to.
- **IntelliSense Support**
We understand the value of an easy to use library, and having to go *documentation diving* every time you want to find out how to use a function is a pain we're all to familiar with. Iridium was designed from the ground up to include support for Visual Studio's IntelliSense engine - reducing the number of round trips between documentation and your code.
- **Express Support**
Everyone who has written code using Node.js knows about Express, to help make your life easier we've included support right out of the box for Express.
- **Powerful Models**
Expand Down

0 comments on commit 9c50e59

Please sign in to comment.