SQLite - CREATE Database

Submitted 3 years, 6 months ago
Ticket #223
Views 202
Language/Framework SQL
Priority Low
Status Closed

How to Create a Database SQLite , if anyone help , 

Submitted on Oct 08, 20
add a comment

2 Answers

Verified

A simple way: "sqlite3 DatabaseName.db"

Submitted 3 years, 6 months ago

Thanks Kijato for your support.

- Vengat 3 years, 6 months ago

Two ways :

  1. Run the sqlite command from the command line, so e.g. in Windows it would be something like C:\Users\radfi>sqlite3 HelloWorld.db
  2. Use a GUI tool like "sqlitestudio 3.2.1"  {this you won't have to worry too much about coding, if SQL scripting isn't your 'cup of tea',

Submitted 3 years, 6 months ago


Latest Blogs