The no configuration instant database for frontend developers.
Released Injee 0.3.0 - Ability to add and remove columns
We are pleased to announce release of Injee 0.3.0. In this release, we have added ability to add and remove columns from tables. To get it execute:
Once the server is running, let’s add some users:
Now let’s list all users:
We get the following output:
You see that only Aravindan has a country, and others do not. Now let’s add country column to users and default it to India.
We get a message saying that the column has been added. Now let’s list users again:
You see that country of Aravindan remains untouched, and it’s still Sri Lanka, but for Saravanan and Karthikeyan, country is India, these values have been newly added.
Now let’s remove the country column:
We get message as shown below that says country column is removed:
Now let’s list users
Now country column is gone as you see below.
In the terminal, where injee is running, you may press Ctrl+C to exit.