0.0.44 • Published 6 years ago

meta-database v0.0.44

Weekly downloads
169
License
-
Repository
-
Last release
6 years ago

Glass API and Meta Database

Fast to set up, easy to maintain, magnificently extensible and entertaining persistence and service layer.

Glass API

Glass API presents an automatically generated API with minimal configuration, thanks to the magic of Meta Database. In addition to providing instant CRUD to your data, it also offers "actions", a straightforward way to add more complex functionality or optomizations to your API without muddying up the standard CRUD.

Meta Database

Meta Database offers a sensible mechanism for adding functionality to your data model, through "decorators". Meta Database invokes lifecycle callbacks on the decorators at certain data events:

  • prepareEntityToBeAddedAsync(tableName, entity, options)
  • validateEntityToBeAddedAsync(tableName, entity, options)
  • entityAddedAsync(tableName, entity, options)
  • refineQueryableAsync(user, queryable)
  • approveEntityToBeRemovedAsync(tableName, entity, options)
  • entityRemovedAsync(tableName, entity, options)
  • entityUpdatedAsync(tableName, entity, delta, options)
  • prepareEntityToBeUpdatedAsync(tableName, entity, delta, options)
  • validateEntityToBeUpdatedAsync(tableName, entity, delta, options) Note that the options object always contains at least a user key representing the currently authenticated user.
0.0.44

6 years ago

0.0.43

6 years ago

0.0.42

6 years ago

0.0.41

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.38

6 years ago

0.0.37

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago