Skip to content

Commit

Permalink
FastSQL doesn't have lowercase Database
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Nov 4, 2024
1 parent 71cc43c commit d350fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/explains/minidataapi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"FastSQL version\n",
"```python\n",
"from fastsql import *\n",
"db = database('postgres:...')\n",
"db = Database('postgres:...')\n",
"```\n",
":::\n",
":::"
Expand Down

0 comments on commit d350fb5

Please sign in to comment.