Correct capitalization SQLite

This commit is contained in:
Daniel Haaker 2010-10-28 22:30:07 +02:00
parent 0d7449bbef
commit 8e7c523793

View file

@ -14,7 +14,7 @@ less web-2.0-ish name ;) Basically we want it to do the following things:
3. the page shows all entries so far in reverse order (newest on top) and 3. the page shows all entries so far in reverse order (newest on top) and
the user can add new ones from there if logged in. the user can add new ones from there if logged in.
We will be using SQlite3 directly for that application because it's good We will be using SQLite3 directly for that application because it's good
enough for an application of that size. For larger applications however enough for an application of that size. For larger applications however
it makes a lot of sense to use `SQLAlchemy`_ that handles database it makes a lot of sense to use `SQLAlchemy`_ that handles database
connections in a more intelligent way, allows you to target different connections in a more intelligent way, allows you to target different