improve README
This commit is contained in:
parent
138290a7b8
commit
5b6523e6f4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> Note: Still in Beta
|
> 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.
|
It uses MongoDB as persistent storage.
|
||||||
|
|
||||||
## Intention
|
## Intention
|
||||||
@ -81,9 +81,9 @@ the data for the class is taken from there :)
|
|||||||
|
|
||||||
## TypeScript
|
## TypeScript
|
||||||
How does TypeScript play into this?
|
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.
|
you should get all the Intellisense and type checking you love when using smartdata.
|
||||||
smartdata itself also bundles typings.
|
smartdata itself also bundles typings.
|
||||||
So you don't need to install any additional types whenimporting smartdata.
|
So you don't need to install any additional types when importing smartdata.
|
||||||
|
|
||||||
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)
|
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)
|
||||||
|
Loading…
Reference in New Issue
Block a user