@spinajs/orm
framework orm module
framework orm module
lightweight di container
framework configuration module
exceptions definitions used all across framework modules
framework acl extension for dynamodb as session provider
framework acl extension for sqldb as session provider ( store session in sqlite/mysql etc)
HTTP rbac helpers eg, session retrieval, decorators for controllers, args retrieval etc. Use it for modules where you only need user information from session
HTTP API for administration of users and permissions
HTTP API for basic user tasks ( login, logout, managing user account etc )
Simple session provider based on relational db. Usefull for testing or small projects
templates support eg. html file generation
utility functions shared across @spinajs framework
utility functions shared across @spinajs framework
validation library for spinajs framework
queue sending & pulling made easy
simple job transport based on sqlite. Reads & writes jobs to execute in local sqlite database. used for testing & simple projects
simple job transport based on sqlite. Reads & writes jobs to execute in local sqlite database. used for testing & simple projects
Role and Attribute based Access Control for SpinaJS framework
dynamo db session store
jobs sending & pulling made easy