mapping fields APIs B2B
First, install the following libraries:
$ brew install unixodbc
$ brew install freetds --with-unixodbc
FreeTDS should already work now, without configuration:
$ tsql -S [IP or hostname] -U [username] -P [password]
locale is "en_US.UTF-8"
locale charset is "UTF-8"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- GroupOrders | |
SELECT | |
GroupOrder.uuid AS `GroupOrder.uuid`, | |
GroupOrder.order_id AS `GroupOrder.id`, | |
GroupOrder.ecommerce_id AS `GroupOrder.ecommerceId`, | |
GroupOrder.customer_id AS `GroupOrder.customerId`, | |
GroupOrder.created_at AS `GroupOrder.created_at`, | |
SalesChannel.uuid AS `GroupOrder.SalesChannel.uuid`, | |
SalesChannel.id AS `GroupOrder.SalesChannel.id`, | |
GroupOrderTimelines.uuid AS `GroupOrder.GroupOrderTimelines.uuid`, |
react-app generator.
repositório: github.com/luizalabs/sheldon