We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62afd02 commit 39cf2acCopy full SHA for 39cf2ac
README.md
@@ -6,9 +6,8 @@
6
[]((https://www.python.org/downloads/release/python-390/))
7
[](https://www.pypy.org/index.html)
8
9
-Consider this README as a getting started guide.
10
11
-For detailed documentation refer [https://aosingh.github.io/sqlite_rx/](https://aosingh.github.io/sqlite_rx/)
+Documentation: [https://aosingh.github.io/sqlite_rx/](https://aosingh.github.io/sqlite_rx/)
12
13
# Introduction
14
@@ -48,6 +47,7 @@ pip install -U sqlite_rx
48
47
49
```python
50
# server.py
+
51
from sqlite_rx.server import SQLiteServer
52
53
def main():
0 commit comments