Ben, thanks for your comment. Yes, actually I saw cockroachdb announcement
and decided to ask this question in ML.

One interesting example is Redshift, which used to be in the form of:
https://pypi.python.org/pypi/redshift-sqlalchemy
then changed:
https://pypi.python.org/pypi/sqlalchemy-redshift

As you mentioned about the link in sqlalchemy doc, most seem to follow
sqlachemy-<db name>, though.

Snowflake DB already has DB API package, so one option could have been
include SQLAlchemy dialect.
https://pypi.python.org/pypi/snowflake-connector-python/
but I have not done so, because I want to separate the release cycles of DB
API and dialect.

So far snowflake-sqlalchemy is used in dev and tests, so I'll go with this
if there is concern.

Thanks!


On Sat, Jun 4, 2016 at 8:42 AM, Ben Darnell <ben.darn...@gmail.com> wrote:

> In the case of the just-released dialect for CockroachDB, I called the
> package "cockroachdb". My plan (at least for now) is to include dialects
> for multiple ORMs in one python package instead of a separate package for
> each one.
>
> I have a slight personal preference for "<db name>-sqlalchemy", but
> "sqlalchemy-<db name>" appears to be more common (e.g. nearly all of those
> listed on
> http://docs.sqlalchemy.org/en/latest/dialects/index.html#external-dialects
> ).
>
>
> On Saturday, June 4, 2016 at 1:51:01 AM UTC-4, Shige Takeda wrote:
>>
>> Is there any package naming convention for SQLAlchemy dialect? I found
>> some are named:
>>
>> sqlalchemy-<db name>
>>
>> e.g., sqlalchemy-redshift, sqlalchemy-vertica,...
>>
>> while others are:
>>
>> <db name>-sqlalchemy
>>
>> I'm building one for our company's db, snowflake, and wondering which
>> name I should choose...
>>
>> Any advice would be appreciated.
>>
>> Regards,
>> -- Shige Takeda
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sqlalchemy+unsubscr...@googlegroups.com.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to