Skip to content

Instantly share code, notes, and snippets.

@bishboria
bishboria / springer-free-maths-books.md
Last active April 25, 2024 06:27
Springer made a bunch of books available for free, these were the direct links
#!/usr/bin/env node
//MIXIN MODULE
/**
revisionsLib mixin.
This mixin creates a revisions table for the model that it is mixed into. Each revision has the exact
same fields as the original item + revisionId, revisionValidFrom and revisionValidTo. revisionValidTo
is null for any current items that have not been deleted from the original table yet.