Skip to content

Create Sqlite db with 4 tables using vagrant machine initialisation on ubuntu

Notifications You must be signed in to change notification settings

ankurpatel18/sqlite-using-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sqlite db using Vagrant with initialize of machine.

Codacy Badge

Create sqlite db with 4 tables using vagrant machine initialisation on ubuntu

Steps to follow

  • Download sourcode from git and change directory to sqlite-using-vagrant
    git clone https://github.com/ankurpatel18/sqlite-using-vagrant.git
    cd sqlite-using-vagrant
  • Start Vagrant machines
      vagrant up 
  • Use SSH to go inside vagrant machine
    vagrant ssh server1 
  • You will find newdatabage.db in user folder
    sqlite3 newdatabage.db
  • you can check tables using below commands
    .tables

Answer should be "studentInfo", "addressInfo", "collegeInfo" and "subjectsInfo".

About

Create Sqlite db with 4 tables using vagrant machine initialisation on ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published