GithubHelp home page GithubHelp logo

Manuals... about jugglingdb HOT 3 CLOSED

1602 avatar 1602 commented on August 18, 2024
Manuals...

from jugglingdb.

Comments (3)

1602 avatar 1602 commented on August 18, 2024

A little bit here: http://railwayjs.com/juggling.html
and here: http://railwayjs.com/#orm

These two links is good enough for quick start. To get deeper, welcome to tests (best way to learn API in examples):

Feel free to ask questions in railwayjs google group, github, stackoverflow. We also can start user-contributed wiki here, on github. Would be great to do that from novice's point of view.

from jugglingdb.

jonathanKingston avatar jonathanKingston commented on August 18, 2024

The examples under: http://1602.github.com/jugglingdb/schema.html#instance/define Seem to use defind is that an error or a undocumented?

Also would it be possible to allow Array or Objects as a supported type or would it be too much of a headache for anything else other than mongo?

from jugglingdb.

anatoliychakkaev avatar anatoliychakkaev commented on August 18, 2024

Also check http://jsdoc.info/1602/jugglingdb/

I've started thinking about it in latest release, where added JSON type, which allows you to store any object or array that could be serialized to JSON, this is experimental stuff, so I will document it later, when have more positive use-cases and figure out how it should work ideally.

For now you can use this crappy code for using builtin json serialization/deserialization:

function JSON() {}

define(...,
property('someProperty', JSON);
...

from jugglingdb.

Related Issues (20)

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.