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

  • Home
  • SEARCH
  • 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 6369207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:46:26+00:00 2026-05-25T00:46:26+00:00

I have a database package which contains some modules namely student_table and a db

  • 0

I have a database package which contains some modules namely student_table and a db module,

in student_table I have definition it’s definition like this

from sqlalchemy import Table, MetaData, String, Column, Integer
metadata = MetaData()

class User(object):
        def __init__(self, user_id, name):
                self.user_id = user_id
                self.name = name

user_table = Table('twitter_user', metadata,
        Column('id', Integer, primary_key=True), 
        Column('name', String(100))
)

and in db.py I have database create functions, which like this

def prepareDB():
    """
    sets global variables based to access database
    """
    read_settings()
    engine = create_engine('mysql://'+setting_data["database_username"]+':'+setting_data["database_password"]+'@'+setting_data["database_host"]+'/'+setting_data["database_name"]+'?charset=utf8')
    Session = sessionmaker(bind=engine)
    global session
    session = Session()
    metadata.create_all(engine)
    mapper(database.User, database.user_table)

my problem is metadata is required by db module to create engine and also by student module for definition however I don’t see a way of doing so without creating cyclic dependency.

what can I do rectify this situation.

  • 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-05-25T00:46:27+00:00Added an answer on May 25, 2026 at 12:46 am

    I just moved constant to separate file , now everything works fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have database table like this +-------+--------------+----------+ | id | ip | date |
I have this problem where I need to design a Java package which is
I have an ssis package that imports a view from one database into different
I have a PL/SQL package in an Oracle 10g database and I want to
I have Database with date field. I see the time like: 1900-01-01 13:38:00.000 How
I have a database that contains a date and we are using the MaskedEditExtender
We have an SSIS package that runs nightly which takes the backup of a
I want to get the Package nodes which have a System grandchild with an
I want to model the following scenario in the database: I have a Package,
My Webservice is currently returning a HTTPResponse which contains thousands of data from a

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.