Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9212007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:25:38+00:00 2026-06-18T01:25:38+00:00

I have a local web client that uses webSQL to store its data client

  • 0

I have a local web client that uses webSQL to store its data client side. (Yes I know its been deprecated).

I also have a python script that generates a report and grabs its data from a mdb file right now using a driver.

I was wondering if it was possible to grab my data from google chrome’s webSQL db through python.

I’m not sure how to call one of the db files in google chrome from a python script or if its even possible.

Any help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T01:25:39+00:00Added an answer on June 18, 2026 at 1:25 am

    Ok so my co-worker figured it out.

    On windows you go to:

    C:\Users\<UserName>\AppData\Local\Google\Chrome\User Data\Default\databases
    

    There’s a bunch of databases here for different websites that use sqlite.

    And then the python script is as easy this:

    import sqlite3
    
    conn = sqlite3.connect(<dbFile>)
    cursor = conn.cursor()
    
    
    print "\nHere's a listing of all the records in the table:\n"
    for row in cursor.execute("SELECT * FROM <TableName>"):
        print row
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web service that stores data in a local SQL Server 2008
I have a web application where the client will be running off a local
I have a simple web application which lets the user upload local user data
I have a simple Web Browser Control that displays a local webpage and that
I have a local scientific application that uses threads to process independent pieces of
I Have an asp.net web service that uses an oracle database. It works when
I have a java web start app that uses Swing and needs to allow
I have a simple ASP.NET web app which uses a WCF Client to talk
we have an APP, that uses many local resources, such as windows printing API,
I have a Flex/Java web application that uses Maven as a build tool. Currently,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.