Skip to content

Commit

Permalink
jdbc reflection (#57)
Browse files Browse the repository at this point in the history
- Try harder to unref engine
- Basic reflection works with newer jdbc drivers
- Shrink sqlite jar by removing unused native architectures
- Skip tests for unsupported architectures
- Add and document compatibility options for jdbc
- Update release notes
- Bump version
  • Loading branch information
devkral authored Nov 27, 2024
1 parent c631cab commit 03227c2
Show file tree
Hide file tree
Showing 11 changed files with 658 additions and 7 deletions.
2 changes: 1 addition & 1 deletion databasez/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from databasez.core import Database, DatabaseURL

__version__ = "0.10.3"
__version__ = "0.11.0"

__all__ = ["Database", "DatabaseURL"]
Loading

0 comments on commit 03227c2

Please sign in to comment.