/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.beekeeperstudio.io
| | til.simonwillison.net
3.6 parsecs away

Travel
| | I learned this trick today while browsing the code of Blacklite , a neat Java library for writing diagnostic logs to a SQLite database.
| | www.thepolyglotdeveloper.com
4.0 parsecs away

Travel
| | Learn how to use a SQLite database within a Golang application as a means for storing data locally wherever the application is being run.
| | yasoob.me
2.0 parsecs away

Travel
| | Hi there fellas. Today i am going to teach you how to use sqlite databases with python. This post will cover the basics of making and using a sqlite database with python using the sqlite3 library. Okay lets get started. Firstly if you are using python 2.5 or greater then you will have sqlite3 installed otherwise you will have to install it. Creating and connecting to a database So how do you make a database in python using the sqlite3 library?
| | mydeveloperplanet.com
28.8 parsecs away

Travel
| This blog discusses how to integrate AI agents, specifically MCP agents, into your coding workflow using the DevoxxGenie plugin for JetBrains IDE. It explains the interaction between DevoxxGenie and local Large Language Models (LLMs) through the Model Context Protocol, highlighting tools and examples for enhancing coding efficiency and automation in development.