Coder Social home page Coder Social logo

Comments (2)

timshannon avatar timshannon commented on June 18, 2024

The query api for bolthold is very limited. You'd be handicapping yourself by using it with an SQL database. SQL is much more expressive and standardized. I don't see the value gained by doing this?

The whole point of creating BoltDB was to put a simple querying interface on top of Bolt because one didn't already exist.

If you really want a non-sql interface on top of an SQL database, you should check out GORM

from bolthold.

mh-cbon avatar mh-cbon commented on June 18, 2024

I do see value, i could move from/to a variety of database engine in a glance.

I could use bolt as an efficient internal memory storage for small deployment, where as for larger deployments i can make use of a more mature engine to handle some edge cases more appropriately.

backup, replication, read/write master slave, indexing, search etc are more mature using those engine. Anyways, i could aswell go for mongodb or CockroachDB, for sure, but again, i see no reason why the query api could not be used for those.

from bolthold.

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.