Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ihTWd-0003hG-SZ for pgsql-novice@arkaria.postgresql.org; Wed, 18 Dec 2019 07:13:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ihTWc-0000BI-Dc for pgsql-novice@arkaria.postgresql.org; Wed, 18 Dec 2019 07:13:38 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ihTWc-0000B2-1m for pgsql-novice@lists.postgresql.org; Wed, 18 Dec 2019 07:13:38 +0000 Received: from plesk01.webmastery.com.au ([202.45.126.17]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ihTWR-0005Xv-MX for pgsql-novice@lists.postgresql.org; Wed, 18 Dec 2019 07:13:31 +0000 Received: from [192.168.0.66] (177.128.247.43.static.as24516.net [43.247.128.177]) by plesk01.webmastery.com.au (Postfix) with ESMTPSA id CA2ACC41387; Wed, 18 Dec 2019 18:13:07 +1100 (AEDT) Subject: Re: Renaming sequences To: Zahid Rahman Cc: pgsql-novice@lists.postgresql.org References: <4a4dd791-5904-5ab9-f066-c24ca19e20d7@dewhirst.com.au> <711c4f7f-11a7-8065-9906-d2b9dfc1dbb5@dewhirst.com.au> From: Mike Dewhirst Message-ID: Date: Wed, 18 Dec 2019 18:13:07 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------081BDBCB2C36CBCDBD24ECBF" Content-Language: en-US X-PPP-Message-ID: <20191218071307.13942.54135@plesk01.i1.webmastery.com.au> X-PPP-Vhost: climate.com.au List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk This is a multi-part message in MIME format. --------------081BDBCB2C36CBCDBD24ECBF Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 18/12/2019 6:03 pm, Zahid Rahman wrote: > > I just had a quick look at django. It is not something I know of or use. > Just a front end framework using python language as far as I can see. > Depends on your perspective. From the database it is a front end.  It has a very clever ORM which interfaces with all the popular DBMSs. If you're a web application developer it is a back end where the ORM (optionally) hides the database. I like it. M --------------081BDBCB2C36CBCDBD24ECBF Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
On 18/12/2019 6:03 pm, Zahid Rahman wrote:

I just had a quick look at django. It is not something I know of or use.
Just a front end framework using python language as far as I can see.


Depends on your perspective.

From the database it is a front end.  It has a very clever ORM which interfaces with all the popular DBMSs.

If you're a web application developer it is a back end where the ORM (optionally) hides the database.

I like it.

M
--------------081BDBCB2C36CBCDBD24ECBF--