Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-sta authored Aug 28, 2023
1 parent b60c50c commit b7d710b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Here's how to do that:
1. Connect to template1 database:
2. Then, run your nanoid() function creation code.

*If the function is only needed for specific applications, it might be better to create it manually in each database where it's needed or create a custom template database that includes this function and use that template when creating new databases for these applications.*
*If the function is only needed for specific applications, it might be better to create it manually in each database where needed or create a custom template database that includes this function and use that template when creating new databases for these applications.*

Also, note that changes to template1 won't affect existing databases, only new ones created after the changes. Existing databases will need to have the function added manually if required.

Reference: [Template Databases](https://www.postgresql.org/docs/current/manage-ag-templatedbs.html)

## Using MySQL/MariaDB?

If you're using MySQL or MariaDB and you found this library helpful, we have a similar library for MySQL/MariaDB too! Check out our (Nano ID for MySQL/MariaDB)[https://github.com/viascom/nanoid-mysql-mariadb] repository to use the same capabilities in your MySQL/MariaDB databases.
If you're using MySQL or MariaDB and you found this library helpful, we have a similar library for MySQL/MariaDB, too! Check out our [Nano ID for MySQL/MariaDB](https://github.com/viascom/nanoid-mysql-mariadb) repository to use the same capabilities in your MySQL/MariaDB databases.

## Authors 🖥️

Expand Down

0 comments on commit b7d710b

Please sign in to comment.