Currently not. To generate the correct SQL, liquibase needs to know the type and version of the database you are connecting to.
You could avoid the lock table by creating an extension to modify the LockService to be no-ops. It is in there to support setups with multiple servers connecting to the same database but that doesn't always apply to everyone.
Nathan