Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
Gioorgi EverGreen
Search Results for: sqlite
I big data sono passati di moda?
Questo articolo, di tal Jordan Tigani, getta una luce oscura sul futuro dei big data. E’ scritto dal CEO di un’azienda che sviluppa un nuovo database OLAP (Online analytical processing) chiamato Duckdb, che e’ open source ed e’ “embedded”, nel … Continue reading
Posted in Italian Content, Lettere a mia figlia
Tagged bigdata, duckdb, nosql, sql, sqlite
Leave a comment
HyperCard
Hypercard era un software per Mac nato nel lontano 1987, che consentiva di creare presentazioni interattive, a meta’ strada tra i concetti cari agli ipertesti e alle slide che sarebbero venute poi (Powerpoint e’ apparso nel 1990). Hypercard aveva anche … Continue reading
Posted in Italian Content, Retro Computing
Leave a comment
SQLite Tool-set
Random list of very interesting projects (will be updated, guys). I will add my own ideas/impression as soon as possible. From simpler to more complex stuff: sqlite-utils is a rather useful tool for managing SQLite databases, importing structured data and … Continue reading
Posted in IT Featured, Knowledgebase, Structured Query Language (SQL)
Comments Off on SQLite Tool-set
Biblio Wolf first install
Biblio wolf has been installed in a production environment. Continue reading
Posted in English Content, Legacy ObjectsRoot.com
Tagged link, postgresql, sql, sqlite
Comments Off on Biblio Wolf first install
Exploring a 23 years old code base: LambdaMoo MUD Part 2
In this second article I will continue my jorney on LambdaMoo code base. The C code is very well written. Sometimes the API abuse global variable to avoid passing around identifier like output database file descriptor or the like. Because … Continue reading
Posted in English Content, IT Featured, Software
Tagged lambdamoo
Comments Off on Exploring a 23 years old code base: LambdaMoo MUD Part 2
SQLite Oracle Compatibility Layer
It aims to provide a minimal compatibility with Oracle. The need was having some regular expression functions, and I do not like to work with risky C code, like this university project did Github link: https://gitlab.com/daitangio/sqlite_ora_functions
Posted in English Content, Gio's Software Projects, Projects, Python, Structured Query Language (SQL)
Tagged oracle, sql, sqlite
Comments Off on SQLite Oracle Compatibility Layer