Skip to content

mikro-orm/sql-highlighter

Folders and files

NameName
Last commit message
Last commit date
Oct 23, 2023
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Oct 24, 2023
Feb 16, 2022
Aug 2, 2020
Oct 24, 2023

Repository files navigation

SQL highlighter for CLI

🚀 Quick Start

$ yarn add @mikro-orm/sql-highlighter

or

$ npm i -s @mikro-orm/sql-highlighter 

Usage:

import { SqlHighlighter } from '@mikro-orm/sql-highlighter';

const highlighter = new SqlHighlighter();
const ret = highlighter.highlight('select 1 + 1');
console.log(ret);

🤝 Contributing

Contributions, issues and feature requests are welcome.

Authors

👤 Martin Adámek

See also the list of contributors who participated in this project.

Show Your Support

Please ⭐️ this repository if this project helped you!

📝 License

Copyright © 2018 Martin Adámek.

This project is licensed under the MIT License - see the LICENSE file for details.