Code Monkey home page Code Monkey logo

Comments (3)

prefiks avatar prefiks commented on August 23, 2024

I don't see anything wrong with that, you want named table that you can access by just name you can have only one (and you code can absolutely handle that already_started error, and work as table was normally opened), how we could know which table should be used with given name if we created separated table on each call? If you don't care about table name use anonymous.

from erlang-sqlite3.

lightuponcloud avatar lightuponcloud commented on August 23, 2024

The problem here is that gen_server:start_link is hidden behind open().
It would be more logical to allow user to start process instead and then call sqlite3:open/2.

also I do not find unregister call. Those named processes are left in memory until process restarts ?

from erlang-sqlite3.

prefiks avatar prefiks commented on August 23, 2024

Name is registered until process is run, you can terminate it by calling sqlte3:close

from erlang-sqlite3.

Related Issues (6)

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.