Giter Site home page Giter Site logo

Comments (9)

lsmith77 avatar lsmith77 commented on June 24, 2024

we could even drop Doctrine entirely and instead write into a file

from symfony-rest-edition.

realityking avatar realityking commented on June 24, 2024

Uh, sqlite is not guaranteed to be available in every installation. It has to be enabled at compile time and is in fact an optional module on Debian and Ubuntu.

That said, it's incredibly common, just make sure to require it in composer.json so there are no surprises for users.

from symfony-rest-edition.

gimler avatar gimler commented on June 24, 2024

👎 sqlite

We can use cvs files in combination with sys_get_temp_dir what do you think?

from symfony-rest-edition.

willdurand avatar willdurand commented on June 24, 2024

why not using Yaml? That is what I ask my students to do first, and it works fine (most of the time).

from symfony-rest-edition.

lsmith77 avatar lsmith77 commented on June 24, 2024

fine for me too

from symfony-rest-edition.

gimler avatar gimler commented on June 24, 2024

👍 for yaml better readable support for nested elements ;)

from symfony-rest-edition.

gimler avatar gimler commented on June 24, 2024

start rewrite note storage from session to temp file see https://github.com/gimler/symfony-rest-edition/tree/remove_session

i use serialize and unserialize to keep it simple. Yaml and JSON lost class assocation.

from symfony-rest-edition.

lsmith77 avatar lsmith77 commented on June 24, 2024

I created #30 to make it easier to collaborate on finalizing this.

from symfony-rest-edition.

lsmith77 avatar lsmith77 commented on June 24, 2024

opened #33 to disable sessions

from symfony-rest-edition.

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.