Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » Transfer compress data
Re: Transfer compress data [message #59833 is a reply to message #59832] Sat, 29 April 2023 18:24 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
It is good to know, that if you don't plan using a Javascript client, the normal Serialize framework can be much better (faster and more compact).
JSON is not very efficient to transfer query results (2 dimension array of values), so I had to create a class to implement it more efficiently.
It serializes field names as an array of strings and rows as raw JSON value array (2 dimensions). Something like a CSV.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: sqlite3 encryption
Next Topic: Sqlite3 ChangePassword() failed.
Goto Forum:
  


Current Time: Wed May 15 09:50:44 CEST 2024

Total time taken to generate the page: 0.02374 seconds