Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.05; 'curve': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.15; 'bullet': 0.16; 'steep': 0.16; 'subject:creating': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'jan': 0.19; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.25; 'code': 0.25; 'creating': 0.25; 'pm,': 0.26; 'all,': 0.27; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'comments.': 0.30; 'subject:Database': 0.30; 'user.': 0.30; 'pretty': 0.30; 'yet': 0.32; 'done': 0.33; 'it.': 0.33; 'something': 0.35; 'things': 0.35; 'received:209.85.160.46': 0.35; 'received:mail-pw0-f46.google.com': 0.35; 'received:209.85.160': 0.35; 'however,': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'somewhat': 0.38; 'received:209.85': 0.38; 'easier': 0.38; 'form,': 0.38; 'received:209': 0.39; 'subject:: ': 0.39; 'worth': 0.61; 'your': 0.61; 'reviewed': 0.62; 'forward': 0.63; '11,': 0.68; 'bite': 0.84; 'nathan': 0.84; 'absolutely': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=IfDSK6sYzAO+R/Nvsrt2akbnGOQ4bmPZfCxkxgwJhHE=; b=ASscmLTC0akEzHS5Ofovu7HNXvZks+KDPL7hW8S6NpNx5vCp9EyHdUvQ/Oqujs/qq3 YmMTzquMbI4ys5X+VOhiP90Tp2thJSXWo6NgPg0+JXx31xTU24cocn1DbksMXcwUnnWB UNR29pwGYEaImV4XScdXHArpVJ8rFPNdWC8Bg= MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 12 Jan 2012 11:04:26 -0500 Subject: Re: Python lib for creating Database tables From: Nathan Rice To: Emeka Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326384271 news.xs4all.nl 6980 [2001:888:2000:d::a6]:41596 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18876 On Wed, Jan 11, 2012 at 4:38 PM, Emeka wrote: > Hello All, > > I just made something pretty simple that I intend to use while creating > database tables. It is still in the basic form, and much needs to be adde= d. > However, I use introspection to make it a bit easier and less work on the > user. > > I would want my code to be reviewed by this great group. I look forward t= o > your feedback =A0and comments. > https://github.com/janus/cheeta Having done a LOT of work with SQL Alchemy, I would definitely encourage you to just bite the bullet and get on board with it now. I routinely do very challenging things with it, and it has yet to be a roadblock. The learning curve can be somewhat steep but it is absolutely worth it. Nathan