All SQL operators are agnostic of the ORM, docs for the JSON type and examples of its special operators are at: http://docs.sqlalchemy.org/en/rel_1_0/dialects/postgresql.html?highlight=json#sqlalchemy.dialects.postgresql.JSON
On 12/11/2015 03:34 AM, kk wrote: > Dear all, > I am using Postgresql for the data and in some tables there is the json > type field. > It may often have float values and keys as strings. > I don't use ORM very often but love using the sql expression api of > alchemy. > I wonder if there is some syntax for accessing json type without using > ORM part? > happy hacking. > Krishnakant, > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
