Skip to content

Commit

Permalink
add a link to sqliteonline.com to test database schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 6, 2024
1 parent f701d2c commit c4cd9ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/official-site/your-first-sql-website/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ CREATE TABLE users (
);
```

If you need to quickly test a database schema and associated queries online,
before making any change to your database, I can recommend [sqliteonline.com](https://sqliteonline.com/) (which actually also works with Postgres, MySQL, and SQL Server).

Please read our [**introduction to database migrations**](./migrations.sql) to
learn how to maintain your database schema in the long term.

Expand Down

0 comments on commit c4cd9ed

Please sign in to comment.