Welcome to NoSQL


Welcome to NoSQL! This site is one of my journeys to help me, and you learn SQLite, and anything else that is flat file powered with PHP. Why? Because 110MB is a great free host, but MySQL is not free, and not everyone can afford $9.95 for MySQL, so I will be teaching you and showing you how to get by without it.

No MySQL? No Problem!

Do you not have MySQL access? Or don't want to use slow and always down remote MySQL Hosts? There is 1 more option you may not know about! If you have SQLite on your server (110MB Does!) there is another option! SQLite is a flat file based SQL (Structured Query Language) that anyone can use. It is very similar to MySQL, but if you don't know what it is, you can start out in tutorials and learn the basics, and maybe move on to the advanced stages.


NoSQL is also the home of phpLiterAdmin which is a PHP based SQLite 2.x Manager, much like phpMiniAdmin


There is much for you to learn! What are you waiting for? If you are brand new to SQLite I suggest you go through our Starting Out tutorial, but if you want to learn more, you can check out our More then Basics page.


Maybe you need some reference? Such as what kind of SQLite Data Types there are, or maybe something about SQL Injection and how to prevent it