JSPM

  • Created
  • Published
  • Downloads 548
  • Score
    100M100P100Q104079F
  • License MIT

A core database library used for personal projects

Package Exports

  • @aneuhold/core-ts-db-lib
  • @aneuhold/core-ts-db-lib/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aneuhold/core-ts-db-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Personal Core Database Library

npm

This is used to export types used in various places for database interactions in personal projects.

Document structure

Project-specific documents can be held in a single collection. So those should inherit from the BaseDocumentWithType class.

When different document types are held under a specific collection, they should get their own folder.