Use SQLite on client in for Off-line Wifix
Why use?
Readily available: "SQLite comes bundled with the Python programming language since Python 2.5. "
Features of SQLite: http://
SQLite does not need to be "installed" before it is used. There is no "setup" procedure. There is no server process that needs to be started, stopped, or configured. There is no need for an administrator to create a new database instance or assign access permissions to users. SQLite uses no configuration files. Nothing needs to be done to tell the system that SQLite is running. No actions are required to recover after a system crash or power failure. There is nothing to troubleshoot... SQLite just works. "
"When optimized for size, the whole SQLite library with everything enabled is less than 275KiB in size"
"The use of manifest typing in SQLite is a deliberate design decision which has proven in practice to make SQLite more reliable and easier to use, especially when used in combination with dynamically typed programming languages such as Tcl and Python. "
http://
Getting Started:
http://
http://
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- ver0.4
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
+ Initial Research: Done, nUboon2Age
- Study: Started, nUboon2Age
- Experiment with: Not started
- Implement: Not started