Add initial SQLmem package structure with SQL parser, cache manager, column registry, and tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ReadOnlyError(Exception):
|
||||
"""Raised when a write operation (INSERT/UPDATE/DELETE) is attempted."""
|
||||
|
||||
|
||||
class UnsupportedQueryError(Exception):
|
||||
"""Raised when a query uses unsupported features (JOIN, SELECT *)."""
|
||||
Reference in New Issue
Block a user