You are here:
Docs: Databases
Show AllHide All
- About
-
About
- Development
-
Code Library
Databases
- Extensions
-
Examples
Snippets
Redirects
Custom head
Introduction
- Templates
-
Skins
Smart Tags
Body Tag Classes
Master Template
- Variables
-
Language
Session Variables
Page Variables

add page
Last update: Snippets
by Sean on Friday 13th of October
at 09:59am
You need to be logged in to edit this page.
Vendo runs on two databases: the central MySQL database and the individual SQLite store databases (store.db)
MySQL
The current configuration of the MySQL Database is part of the "core" and as such cannot be accessed directly by the store owner.
SQLite
The SQLite db in Vendo 1.0 is SQLite 2 and can be edited through the SQLIte Update function under Setup > Functions, or through the store PHP files such as top.inc
For the full reference see the Code Library
Revisions history (5) ( hide | show ) Development > Databases