Coder Social home page Coder Social logo

Thank You about boltx HOT 3 CLOSED

tiagodavi avatar tiagodavi commented on June 16, 2024
Thank You

from boltx.

Comments (3)

sagastume avatar sagastume commented on June 16, 2024

Thanks to you, @tiagodavi .

I'm glad to hear that you want to use Boltx in your library. In fact, I was planning to send a PR to your library to integrate Boltx.

My intention in developing Boltx was to create the driver without additional abstractions, similar to how it was done with Postgrex, MyXQL, and Ecto SQL.

I'm glad that we can work together on this! If you need a hand with Ex4j or if there are things you want to change in Boltx, I'm here to help you.

from boltx.

tiagodavi avatar tiagodavi commented on June 16, 2024

"similar to how it was done with Postgrex" it makes total sense.

I wanted to develop something similar to ecto on my library, but I had a hard time dealing with complex macros and dynamic binding, something like:

match(User, as: :user)
|> where([user: u], u.age < 25)
|> return([user: u], u)

So I decided to simplify things and I think it's a bit better than writing those match, where, return and so on like a graphql query and I can also have the result wrapped in a structure, but I would love to have dynamic binding, mainly for filters like where clauses.

As soon as I add your lib I will let you know.

Thank you.

from boltx.

sagastume avatar sagastume commented on June 16, 2024

Your library is great!

I hope to contribute as well. For now, I will close that topic. Thank you

from boltx.

Related Issues (16)

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.