GithubHelp home page GithubHelp logo

Transaction example? about go-todo-backend HOT 5 CLOSED

fs02 avatar fs02 commented on May 25, 2024
Transaction example?

from go-todo-backend.

Comments (5)

Fs02 avatar Fs02 commented on May 25, 2024 1

Btw, if you are not aware, since v0.5.0 REL uses context to manage transaction connection, so there's no need to pass connection/repo object as function argument when calling another function within transaction, using context also makes dealing with nested transaction across different function calls seamless.

see this PR: https://github.com/Fs02/rel/pull/76
and updated transaction doc: https://fs02.github.io/rel/#/transactions

from go-todo-backend.

Fs02 avatar Fs02 commented on May 25, 2024 1

Hi @fr3fou, check this PR #3 for transaction demo, what do you think?

from go-todo-backend.

Fs02 avatar Fs02 commented on May 25, 2024

sure, give me time to think about some a real/study case.
any suggestion as long as it's simple (for example purpose) and still related to todo app is also welcomed :D

from go-todo-backend.

fr3fou avatar fr3fou commented on May 25, 2024

sure, give me time to think about some a real/study case.
any suggestion as long as it's simple (for example purpose) and still related to todo app is also welcomed :D

well let's pretend that a user has many todos and also has a score based on how many todos they have completed; you could both mark a todo as completed and increment their points inside a transaction for example

from go-todo-backend.

fr3fou avatar fr3fou commented on May 25, 2024

LGTM!

from go-todo-backend.

Related Issues (2)

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.