Git Product home page Git Product logo

Comments (3)

jeromer avatar jeromer commented on July 18, 2024

And also:

$ curl -X PUT -d my-value http://127.0.0.1:8001/my-key  
done

$ curl http://127.0.0.1:8001/my-key 
my-value

$ dqlite -s 127.0.0.1:9001 /tmp/dqlite-demo/127.0.0.1:9001
dqlite> select * from model;
Error:  query: no such table: model

Maybe I simply use the dqlite CLI the wrong way ?

from go-dqlite.

MathieuBordere avatar MathieuBordere commented on July 18, 2024

Hi,

the .leader command should show you who the current leader is.
.cluster only shows the configuration of the cluster, the nodes with their id, address and role.

To query the database you have to use the command like this dqlite -s 127.0.0.1:9001 demo, the second argument is the name of the database. For dqlite-demo, it is set here.

We'll extend the docs / README, because it's indeed not very clear atm. I also noticed that the cli prints the byte values of the strings when you do something like.

$ curl -X PUT -d my-value http://127.0.0.1:8001/my-key  
done

dqlite -s 127.0.0.1:9001 demo
dqlite> select * from model;
my-key|[109 121 45 118 97 108 117 101]

I'll take a look at that too.

from go-dqlite.

jeromer avatar jeromer commented on July 18, 2024

Ok, got it. Everythings looks ok now. Thanks for replying :)

from go-dqlite.

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.