TrimQuery
4 July 2007 in WebDev
The TrimQuery engine from TrimPath is a lightweight GPL open-source component that lets you have the power of SQL queries while running in a web browser.
For rich web application developers, TrimQuery makes it very easy to manage local client-side data cache on the browser, instead of caching lots of objects in the browser memory.
The code is very lightweight (around 700 lines of code) and written entirely in javascript, and can really simplify the work of manually writing code to manage data. Brings the power of search, join, group-by, aggregate and sort data in SQL to the web browser.
The core TrimQuery engine is meant to have no critical DOM/DHTML/browser dependencies.
The engine features a SQL-like query language with support for…
- SELECT … FROM
- WHERE clauses
- ORDER BY (sorting on multiple columns, ASC and DESC)
- AS (aliases)
- GROUP BY, HAVING aggregation
- SUM, COUNT, AVG aggregate functions
- self joins
- LIMIT and offsets
- parameterization
More information:
Search
Pages
Top Posts
- 15 Visual Studio .NET Add-Ins you won't live without
- Using SQLite in .NET
- How to get started with Silverlight Streaming
- Avoid chaos, don't let bugs take your project away
- Best-Ever Ad from Microsoft
Categories
- All
- Random tidbits
- Links
- Windows
- Fun
- Portuguese
- WebDev
- Programming
- Blogging
- Personal Experience
- Microsoft
- Tech
- OS
- Linux
- Security
- TV
- Software
- Databases
- Hardware
- WPF
Leave a Comment