Felspar Support Site
Projects
Statuses




fost-schema
The schema library handles two important jobs.
- Abstracting out database connectivity.
- Providing a standard set of classes that can be used to describe classes that need persisting.
The database abstraction layer makes use of JSON as a key abstraction mechanism. This allows it to work at a slightly higher level than other similar abstractions.
The standardised reflection mechanism is also important because it means that there is a single way to describe how objects relate to classes and classes relate to each other.


