Explore >> Select a destination


You are here

antonz.org
| | adiyatmubarak.wordpress.com
2.6 parsecs away

Travel
| | I'm developing an API and using SQLite as my database and here is my table creation along with the relationship. But I got very weird issue that when I execute SQL query with JOIN, I always got no result. But it's working with simple SELECT query. After googling, I just know that SQLite is disabled...
| | til.simonwillison.net
2.8 parsecs away

Travel
| | When writing a test for datasette-leaflet-freedraw I realized I didn't have a simple tiny recipe for creating an in-memory SpatiaLite database in Python. I came up with this:
| | brunty.me
4.4 parsecs away

Travel
| | Developer and problem solver
| | blog.blundellapps.co.uk
24.2 parsecs away

Travel
| Library config is often dumped into build.gradle/app:onCreate. This post shows how to have cleaner, more maintainable code by creating your own gradle plugin.