Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Write to SQL Table
#2
you need to connect to a database instance, then do insert statements and commit them
It is pretty much the same across all DBMS's, but there are slight differences.
At any rate, there is an unavoidable learning curve (small) involved with with each DBMS.

A more generic approach would be to use SQLAlchemy, which uses dstabase models.
to change from one DBMS to another is usually a one line change.

I have an SQLAlchemy tutorial here: https://python-forum.io/Thread-SqlAlchem...SQLalchemy

It's worth the small amount of time needed to learn the basics, as sqlalchemy makes it all easy.
Reply


Messages In This Thread
Write to SQL Table - by skaailet - Jun-09-2020, 05:43 PM
RE: Write to SQL Table - by Larz60+ - Jun-09-2020, 06:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  write json into a table herobpv 4 1,528 Jan-22-2023, 04:36 AM
Last Post: herobpv
  write mariadb table rows query to each file? shams 1 1,907 Feb-02-2021, 04:10 PM
Last Post: buran
  write csv data into teradata table sandy 0 5,137 Feb-13-2019, 12:11 AM
Last Post: sandy
  Write to db Table VodkaSodaWater 1 3,585 Aug-12-2017, 09:38 AM
Last Post: hbknjr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020