-
聽 聽Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. [...]
A key feature of Dapper is performance. The following metrics show how long it takes to execute 500 SELECT statements against a DB and map the data returned to objects.
Read More -
At Gioorgi.com we was never a SQL fan. In 2000 we thinked SQL was boring, mostly because sql聽algebra could be a bit boring. Then we found this book written by one of the father of SQL.聽Years ago Google and then Facebook popped out with new incredible ideas, for improved and super fast scalability, which eventually turned to the “NoSQL” mantra.
But NoSQL is a mature technology, or it is only a path traced by the Social company out of there? Let’s explore together…
Read More -
L’integrazione tra .NET e SQL Server 猫 data per scontata: in questo articolo esploreremo invece 聽come accedere a SQL Server da Python. Uno dei vantaggi di python 猫 che 猫 un linguaggio molto facile da imparare, con un notevole numero di librerie e un’ottima integrazione multi piattaforma. Oltre a ci貌 python offre un sistema di installazione rapido delle librerie (come 聽Ruby e Perl).
Read More -
In questo articolo della serie SQL Server, vedremo come creare 聽in modo dinamico delle istruzione per impostare delle policy di sicurezza. Creeremo da zero una stored procedure chiamata sp_FixOverallGrant che in modo dinamico imposter脿 i profili di sicurezza per due utenze, una in lettura e scrittura (EBRB0_APP) ed una in sola lettura (EBRB0_USR).
Read More -
SQLite is a small, powerful embedded database. A friend of mine started using it about聽six years ago. Some years ago it comes also聽on top of 聽Python 2.5. It is used inside
- FileMaker Bento: its ultra customized model is based on a big sqllite db
- DropBox聽client, to store its internal state
- iPhone: stores your SMS and also other stuff. It is widely used by apps.
- Apple Safari uses it for HTML5 storage support
- Google Gears uses it
- ...and in a lot of embedded product.
I was annoyed because until version 3.1.3 SQLite聽did not provide an alter table syntax聽but…聽it is quite easy to emulate it with something like this, even if it required a bit of work:
Read More -
PHing Is Not GNU make; it's a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, tools for creating PEAR packages, and much more.
via Phing. -
Postgres performance tuning
Apr 3, 2008 路 1 min read 路 -
Dynamic languages troubles
Jan 30, 2008 路 3 min readblog-objectsrootcom en software 路 again ant api arc build business car code complex database design easy eclipse example fix hard hosting http ibm import java lion microsoft perl php plugin project projects python ruby simple small smalltalk sql system tools trouble ui unix war web world路I have read http://www.manageability.org/blog/stuff/chandler-failure and I think it is very danger way of exposing concepts.
Read More