singlestore-labs / singlestoredb-dev-image

The SingleStoreDB Dev Container is the fastest way to develop with SingleStore on your laptop or in a CI/CD environment.
Apache License 2.0
41 stars 16 forks source link

singlestore to singlestoredb for sql shell #3

Closed ricochet closed 2 years ago

ricochet commented 2 years ago

With the name change, should the shell prompt now be singlestoredb?

singlestore>
singlestoredb>

As well as the command:

docker exec -it singlestoredb-dev singlestore -p"${DATABASE_PASSWORD}"
docker exec -it singlestoredb-dev singlestoredb -p"${DATABASE_PASSWORD}"
carlsverre commented 2 years ago

Both of those decisions are on the PM team. They named the client singlestore and the default prompt singlestore. On my side I control the container, and the user inside the container which I called "singlestore".

Personally, I think that's fine. It's not the database, it's the client and the user - so alignment with the company seems reasonable.