Are there any manuals or further documentation for SQLite than
what is found on sqlite.org?

I assume that most the database interaction stuff is pretty
straight forward for individuals with database administration
experience, but SQLite is my first database. Most of the
documentation is for advanced and/or special operations. I am
looking for a tutorial that simply lists the "how-to" of
adding, manipulating, purging data from a database.

I have successfully created databases with tables and rows and
am making my way around the command-line access program.

Hello,


you can use any SQL '92 tutorial.
"SQlite ... Implements most of SQL92."
You only have to lookup this page [1] and compare it with the
stuff you have learned ;)

I just realized that I could phrase my question better. I am looking for a tutorial and/or how-to for using the sqlite command-line utility, not for writing scripts that use the SQLite engine to work with a database.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to