improve README
This commit is contained in:
parent
138290a7b8
commit
5b6523e6f4
@ -2,7 +2,7 @@
|
||||
|
||||
> Note: Still in Beta
|
||||
|
||||
smartdata is a ODM that adheres to TypeScript practices and uses classes to organize data.
|
||||
smartdata is an ODM that adheres to TypeScript practices and uses classes to organize data.
|
||||
It uses MongoDB as persistent storage.
|
||||
|
||||
## Intention
|
||||
@ -81,7 +81,7 @@ the data for the class is taken from there :)
|
||||
|
||||
## TypeScript
|
||||
How does TypeScript play into this?
|
||||
Since you define your classes in TapeScript and types flow through smartdata in a generic way
|
||||
Since you define your classes in TypeScript and types flow through smartdata in a generic way
|
||||
you should get all the Intellisense and type checking you love when using smartdata.
|
||||
smartdata itself also bundles typings.
|
||||
So you don't need to install any additional types when importing smartdata.
|
||||
|
Loading…
Reference in New Issue
Block a user