Coder Social home page Coder Social logo

fulcro-legacy / fulcro-sql Goto Github PK

View Code? Open in Web Editor NEW
19.0 4.0 2.0 92 KB

Web server SQL components, and support for running Om Next/Fulcro graph queries against an SQL database.

License: MIT License

Clojure 100.00%
fulcro sql datomic-pull-sql migrations connection-pooling

fulcro-sql's People

Contributors

awkay avatar myguidingstar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jhny wilkerlucio

fulcro-sql's Issues

Known Issue: Recursion isn't complete

Recursion syntax is understood and followed, but it has the following limitations:

  • The limit form (a number) acts just like ...
  • There is no loop detection, so an infinite loop is possible

FEATURE: Support for quantified joins (e.g. a join table that has more than FKs)

It is often the case that join tables have additional information beyond linkage. I'm working through the "correct" way to reason about these in the graph sense. In the graph, the join table is typically an implementation detail for walking an edge, so there is no place to put a query for the quantification without generating an additional "level" of the graph query.

Possibilities are to map the quantification to the target table (as-if it was there). Navigation in both directions should "make sense". Need to explore use-cases and think through the possibilities before implementing this.

Some initial thoughts:

  • Allow configuration of a join so that only specific values on the join table are allowed (e.g. active = true). This would allow for filtering that the client/server can be ignorant of.
  • Allow configuration so that join table data columns can be mapped in one direction or the other (or both?). E.g. a quantity on an invoice-items many-to-many join could be mapped as-if the quantity was stored as an attribute on the item.

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.