What If OpenDocument Used SQLite?
sqlite.org
What If OpenDocument Used SQLite?
1–10 of 109 posts
Re: What If OpenDocument Used SQLite?
#2Re: What If OpenDocument Used SQLite?
#3Maybe it's just me, but I see the presentation functionality as one of the less used aspects of the OpenOffice family.
Re: What If OpenDocument Used SQLite?
#4wouldn’t an XML database be easier?
Re: What If OpenDocument Used SQLite?
#5Re: What If OpenDocument Used SQLite?
#6Re: What If OpenDocument Used SQLite?
#7wouldn’t an XML database be easier?
Re: What If OpenDocument Used SQLite?
#8What if instead of API's for data sets, we simply placed a sqlite file onto a web server as a static asset, so you could just periodically do a GET and have a local copy.
Devdocs does something similar, but there you request to download the payload manually, and the data is still browsable online without you having to download all of it. The data is also split in a convenient manner (by programming language/library). In other words, you can download individual parts. The UI also remains available offline, which is pretty cool.
Re: What If OpenDocument Used SQLite?
#9Re: What If OpenDocument Used SQLite?
#10wouldn’t an XML database be easier?