1.

List Out The Advantages Of Sqlite?

Answer»
  • It does not require separate server processor system to operate
  • No setup or administration REQUIRED SQlite comes with zero-configuration
  • An SQLite database can be stored in a single cross-platform disk file
  • SQLite is very compact less than 400 KIB
  • SQLite is self-contained, which means no external dependencies
  • It SUPPORTS ALMOST all types of O.S
  • It is written in ANSI-C and provides easy to use API



Discussion

No Comment Found