GithubHelp home page GithubHelp logo

Create an SQL backend about qu HOT 9 CLOSED

bkeepers avatar bkeepers commented on July 28, 2024
Create an SQL backend

from qu.

Comments (9)

laserlemon avatar laserlemon commented on July 28, 2024

What's wrong with using activerecord? It's familiar and well-tested. Or you could drop to the arel level.

from qu.

bkeepers avatar bkeepers commented on July 28, 2024

Nothing, really. It'd just be nice to get closer to the driver if possible. I realize that's a lot easer with redis and mongo than it is sql databases, so might just have to settle for ActiveRecord.

from qu.

danielmorrison avatar danielmorrison commented on July 28, 2024

Bonus points if you call the gem 's-qu-l'

from qu.

bkeepers avatar bkeepers commented on July 28, 2024

or se-qu-al

from qu.

luislavena avatar luislavena commented on July 28, 2024

What about using DataObjects and do_* adapters instead? they offer an standardized interface to different databases.

from qu.

bkeepers avatar bkeepers commented on July 28, 2024

Does it play nice with ActiveRecord? I'd probably prefer to have two separate backends, one for DO and another for ActiveRecord.

from qu.

luislavena avatar luislavena commented on July 28, 2024

DataObjects powers DataMapper but is not DataMapper. Think of it as the newer DBI.

I thought you wanted a SQL close to the metal as possible, not a pluggable one that you can change the model for one in your current application (mostly using ActiveRecord-users).

from qu.

bkeepers avatar bkeepers commented on July 28, 2024

Gotcha. I do prefer something closer to the metal. I've never used it. I'm not opposed to having a qu backend for it if people would use it.

from qu.

jnunemaker avatar jnunemaker commented on July 28, 2024

Certainly not opposed to this, but I am not interested in maintaining it. If anyone tackles this, just do it in your own repo/gem (qu-sql, qu-ar, etc.).

from qu.

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.