The no configuration instant database for frontend developers.
Released Injee 0.4.0 - Ability to delete table
We at Injee are pleased to announce the release of Injee 0.4.0. Sometimes one need to delete all data in table and get it clean, and we have an api for that.
So let’s start our injee:
Now let’s create a user:
So we get a confirmation of the creation:
Now let’s create a book:
As we see below it’s created successfully:
Let’s list tables:
As we see below there are two tables, users and books:
Now let’s delete the table users:
We get a message as shown below, informing us that the table has been deleted:
Now let’s list tables:
As you can see below, we don’t see users table anymore.
In the terminal where injee is started, hit CTRL+C to stop it.