Re: Framework support suggestion

2019-04-02 Thread Adam Johnson
This is a complicated topic. See more in the recent thread on Django having an FAQ about working with different JS frameworks: https://groups.google.com/forum/#!topic/django-developers/KVAZkRCq9KU On Tue, 2 Apr 2019 at 07:56, Confi Yobo wrote: > Please, I want to suggest a feature for django to

Framework support suggestion

2019-04-02 Thread Confi Yobo
Please, I want to suggest a feature for django to have an eject functionality just like laravel where a developer can use/change from one webjs framework to another. And would have a package.json attached to each project to ease development time. My reason is that django is one of the best web

GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread Sage M.A.
Hello, everyone! My name is Sage. I'm a 19-year-old computer science student from Indonesia. I'm planning to join the Google Summer of Code (GSoC) this year, and I want to contribute to Django. I have written a draft for my proposal in this gist

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread Michal Petrucha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Tue, Apr 02, 2019 at 04:41:36AM -0700, Sage M.A. wrote: > Hello, everyone! My name is Sage. I'm a 19-year-old computer science > student from Indonesia. I'm planning to join the Google Summer of Code > (GSoC) this year, and I want to contribute

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread sagar ninave
I appreciate Sage -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread Sage M.A.
Thank you. On Tuesday, 2 April 2019 19:26:29 UTC+7, sagar ninave wrote: > > I appreciate Sage > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread Sage M.A.
Hi Michal, >From what I know, SQLite and MySQL have the json_array() function which can be used to store arrays. https://www.sqlite.org/json1.html#jarray https://dev.mysql.com/doc/refman/8.0/en/json-creation-functions.html#function_json-array Meanwhile, Oracle Database stores JSON as a VARCHAR

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread sagar ninave
by the way how much you know django On Tue, Apr 2, 2019 at 8:52 PM Sage M.A. wrote: > Thank you. > > On Tuesday, 2 April 2019 19:26:29 UTC+7, sagar ninave wrote: >> >> I appreciate Sage >> > -- > You received this message because you are subscribed to the Google Groups > "Django developers

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-02 Thread Sage M.A.
Hi Sagar, I started using Django last year. I've been studying the codebase lately, and I'm still trying to understand the mixins and stuff for the database backends. I have submitted patches for two tickets (#30294 and #30295