📝
Robert Zou 2
  • Home
  • Hosting
    • What is HelioHost?
    • What HelioHost Offers
    • What HelioHost is Not
    • What is HelioNet?
    • Signing up
    • Why was my account suspended?
    • Terms of Service
  • Accounts
    • International Countries
    • Moving your account
    • Suspension Policy
  • cPanel and Management
    • Uploading Files
    • Changing Your Main Domain
    • Creating MySQL Databases via cPanel
    • Installing GoGetSSL Certificate via cPanel
    • Parked, Addon and Sub Domains
    • Using SSL
  • Tutorials
    • Discord Bot
    • Django
    • Flask
    • Ghost CMS
    • Golang as CGI
    • How to Access cPanel
    • Node.js
    • Perl
    • Python
    • Ruby on Rails
  • FAQ
  • Servers
    • Physical
      • Charlie
      • Eddie
      • Sparkie
      • Stevie
    • Virtual
      • Brody
      • Cody
      • Johnny
      • Lily
      • Ricky
      • Tommy
  • Features
    • ASP.NET
    • cPanel
    • Java/JSP
    • PHP
    • PostgreSQL
    • Python
    • Softaculous
    • Sqlite
    • Storage
    • Unlimited Bandwidth
    • Unlimited Email Accounts
  • Miscellaneous
    • Clear Your Cache
    • Contributing
    • Server Load and Uptime
    • Staff
      • Ashoat
      • Krydos
      • Wolstech
Powered by GitBook
On this page

Was this helpful?

  1. Features

Sqlite

Widely recognized as the most lightweight and speedy of all open source database engines, SQLite is rapidly gaining popularity among web developers. Without sacrificing too much in the way of functionality, the SQLite engine is able to handle data storage efficiently and dependably.

Instead of running in a process like most database engines, SQLite embeds itself as a library during a script's execution. And since SQLite is run under a user's process, databases are stored directly under a user's directory in the form of single files. Due to this unique design, SQLite allows for a finer degree of control and portability than other solutions.

PreviousSoftaculousNextStorage

Last updated 4 years ago

Was this helpful?