GithubHelp home page GithubHelp logo

Comments (3)

kyhsa93 avatar kyhsa93 commented on May 18, 2024 1

@alezzigo

If you want the database to be automatically synchronized when starting this app with docker-compose up, you need to add an environment variable and use it.

You need to add DATABASE_SYNC=true to your .env or docker-compose.yml file.

After that use the docker or docker-ccompose command to recreate this app's container.

If you want to set it inside the code of this app, modify database.syncronize to be true in app.config.ts and restart the app.

Automatically synchronizing databases can lead to unintentional data loss and I think this should be prevented.

So, I think database auto-sync should be selectively enabled.

If there is any better way, please let me know.

Thank you.

from nestjs-rest-cqrs-example.

kyhsa93 avatar kyhsa93 commented on May 18, 2024

@alezzigo

If you have more opinions on this issue, please reopen it.

Thank you.

from nestjs-rest-cqrs-example.

alezzigo avatar alezzigo commented on May 18, 2024

Thank @kyhsa93 !

from nestjs-rest-cqrs-example.

Related Issues (7)

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.