Create table or collection command, standalone dev environment#14
Create table or collection command, standalone dev environment#14robinmollah wants to merge 3 commits intoariflogs:devfrom
Conversation
|
Thanks a lot for the PR bro 🙏 Totally on board with the samples and the As for the create table, don't you think it will be better to focus on the |
|
Hi, the reason for the create command is to create this repository running from a blank database. To make the repository very portable after cloning the repository someone can run the sample file and create a table, and seeds with some data, then can do select and other operations. Currently, if I want to use this program, to make an experimental environment I will need to create a table and drop some data manually. |
It must run after a
npm run devhas started and running.