Coder Social home page Coder Social logo

limzykenneth / dynamicrecord Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 3.16 MB

A bare minimum Javascript implementation of the Active Record pattern

Home Page: https://dynamic-record.js.org

License: BSD 2-Clause "Simplified" License

JavaScript 65.74% Shell 0.36% TypeScript 28.97% CSS 1.39% Handlebars 3.54%
database orm odm active-record mongodb

dynamicrecord's People

Contributors

dependabot[bot] avatar limzykenneth avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

dynamicrecord's Issues

Test for autoincrementing field and bug fix

Autoincrementing field may have conflic with schema validation, needs unit tests to confirm and fixed if necessary.

From inline notes:

// NOTE: need some way to modify counters (?) or bypass schema check if none exist

Handle to entry in database for Model instances

Each retrieved Model instances should have a handle that either points to the entry in database or a way to make sure it knows which entry it is definitely.

Current implementation prevents two Models being identical and could also cause problems when simultaneous update to the same entry happens (changing model.data while model.save() is still running).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.