Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/spec/00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Lovefield is designed to provide a relational query engine for web apps.
* Lovefield is designed to handle databases whose data set is smaller than X
(current bound is 2GB) but large enough to need a structural query engine.
* Lovefield provides a limited subset of [SQL-03](
http://savage.net.au/SQL/sql-2003-2.bnf.html) functionalities.
https://ronsavage.github.io/SQL/sql-2003-2.bnf.html) functionalities.
* Lovefield uses existing storage technologies (e.g. IndexedDB) to persist data
if requested. Developers are responsible to ensure that any data accessed
from Lovefield query engine shall be treated as 'unsafe' and sanitized in some
Expand Down