indexsupply / shovel

An Ethereum to Postgres indexer
https://indexsupply.com/shovel
MIT License
182 stars 23 forks source link

wpg: escape column names in schema #234

Closed worm-emoji closed 9 months ago

worm-emoji commented 9 months ago

this allows for more permissive column names such as from or other reserved pg keywords.

resolves #225

worm-emoji commented 9 months ago

we could also go much further here and include indexes, tables, and other named parts of schema