GeistHaus
log in · sign up

sqlite3

npmjs.com

Asynchronous, non-blocking SQLite3 bindings. Latest version: 6.0.1, last published: 2 months ago. Start using sqlite3 in your project by running `npm i sqlite3`. There are 5007 other projects in the npm registry using sqlite3.

8 pages link to this URL
Building a micro web application using Azure Functions and SQLite

Recently, I read about the utility of SQLite for web servers and was intrigued by the possibility of using SQLite and an Azure Function to host an effectively free web application. Since an Azure Functions app comes along with an Azure Files storage account by default, the Azure Function should be able to store and read an SQLite file.

0 inbound links website en
Developing with Apple Silicon

In software development, certain software were not designed to run on the ARM-based Apple Silicon. Thankfully, there are workarounds to install and run the Intel version of these applications. Like for the rest of this blog, this post aims to serve as a personal notebook and also for sharing this knowledge. When I started looking into solutions to my Macbook Pro M1 challenges, a huge chunk was solved when I had read Ekaterina Nikonova’s excellent blog post on Python virtual environments with pyenv on Apple Silicon.

0 inbound links article en blog Macos
SQLite, la solution pragmatique en production pour le web

Pourquoi SQLite mérite d'être considéré à sa juste valeur pour les projets de développement web.

0 inbound links article fr SQLWebDevSQLiteNumériqueNanteswebdéveloppementAMOAfrontendbackendgestion de projetmanagementUIIndieweb
SQLite, la solution pragmatique en production pour le web

Pourquoi SQLite mérite d'être considéré à sa juste valeur pour les projets de développement web.

0 inbound links article fr SQLWebDevSQLiteNumériqueNanteswebdéveloppementAMOAfrontendbackendgestion de projetmanagementUIIndieweb
Supercharge Your NodeJS With Rust - Dmitry Kudryavtsev

Node isn't the fastest framework out here. It's not the slowest either, v8 is doing wonders to its speed, but nevertheless, if we setup an unfair battle between Node and say Rust; Node will lose.

1 inbound link article en NodejsJavascriptRustTutorial CC BY-NC 4.0