Firebird for Android is coming

shell@hwH30-U10:/data/local/tmp/firebird/bin $ ./isql employee
Database: employee
SQL> show version;
ISQL Version: LI-T3.0.0.31567 Firebird 3.0 Beta 2
Server version:
Firebird/Linux/ARM (access method), version “LI-T3.0.0.31567 Firebird
3.0 Beta 2”
on disk structure version 12.0
SQL>

Alex.

CopyCat Developer 3.7.1

Microtec is pleased to announce the release of CopyCat Developer version 3.7.1!

CopyCat Developer is a Delphi components library encapsulating a database replication engine with support for Firebird, Interbase, MySQL, MS SQL, Oracle, PostgreSQL, SQLite and NexusDB. For more information, please refer to our site: http://www.copycat.fr

The changes in this release are as follows:

– XE7 support

– Major performance and memory management improvements of big logs. Instead of loading the whole list of changes to replicate into memory at once, it is now streamed in row by row.

– The UPDATE OR INSERT statement is now used in FB 2.1+, in order to reduce the number of statements needed and thus optimize performance.

– Internal changes enabling the use of prepared queries during replication, thus again dramatically improving performance.

– Improved performance of TCcConnection.GetFieldType

– Fixed a memory leak that caused problems with long-running replication cycles.

– Fixed a bug in the millisecond handling in Firebird.

SQL-MVC, alpha release write web applications in SQL instead of JavaScript or other.

SQL-MVC, alpha release, request for comments.

Hi all, I have released a new concept in web application frameworks, using firebird and node.js,
and would appreciate any comments, especially on the concepts behind it.

In brief:

Paradigm inversion – write web applications in SQL instead of JavaScript/or other.

How does SQL-MVC work?

https://github.com/quale-quest/sql-mvc/wiki/How-does-SQL-MVC-work%3F

The compiler takes your application code which is little more than a few SQL statements, directives and properties and produces:
All the database code as a single stored procedure, to be run to produce JSON output.
a Mustache Template(Hogan) containing all the client side code to be filled with the JSON. When the two are combined in the browser !!voila!!.
The server node.js does very little other than pass JSON between the server and client.
All the business logic remains in the database server.
You have full control of the client side look, feel and behavior, the default framework and theme is just to give you a quicc start.

check visit:

image
quale-quest/sql-mvc

sql-mvc – Paradigm inversion – write web applications in SQL instead of JavaScript or other.

and be the first to comment on:
https://groups.google.com/forum/#!forum/sql-mvc-talk

1 85 86 87 88 89 200