Skip to content
Chad Dotson
  • Home
  • Technology
    • Software EngineeringSoftware Engineering related posts
      • Programming
    • Code Repositories
    • Doing Things BetterPosts related to doing things better in general.
    • TipsTips, suggestions, and other useful stuff.
    • Raspberry PiRaspberry Pi related posts
  • Photography
    • My Best Photos
  • Diversions
    • Books
    • Neat Stuff
    • Gaming
    • TV/Movies
  • About

json

Generating JSON Documents From SQLite Databases In Python

Posted by By chad June 22, 2014Posted inProgramming, Tips3 Comments
Special Note This article assumes that you do not wish to use a more sophisticated ORM tool such as SQLAlchemy. Some Setup Let's start with a Q&D sqlite database given the following sql. create table sample(column1 INTEGER, column2 TEXT, column3 TEXT, column4 REAL); insert into sample(column2, column2, column3, column4) values(1,…
Read More
Copyright 2025 — Chad Dotson. All rights reserved. Sinatra WordPress Theme
Scroll to Top